Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrmrc committed Apr 28, 2022
1 parent 383d959 commit 738f207
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions include/deal.II/cgal/surface_mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ namespace CGALWrappers
void
to_cgal_mesh(
const typename dealii::Triangulation<dim, spacedim>::cell_iterator &cell,
const dealii::Mapping<dim, spacedim> &mapping,
CGAL::Surface_mesh<CGALPointType> &mesh);
const dealii::Mapping<dim, spacedim> & mapping,
CGAL::Surface_mesh<CGALPointType> & mesh);
} // namespace CGALWrappers


Expand Down
5 changes: 2 additions & 3 deletions source/cgal/surface_mesh.inst.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
for (dim : DIMENSIONS; spacedim : SPACE_DIMENSIONS; cgal_kernel : CGAL_KERNELS)
{
#if dim <= spacedim
template void
to_cgal_mesh<typename cgal_kernel::Point_3, dim, spacedim>(
template void to_cgal_mesh<typename cgal_kernel::Point_3, dim, spacedim>(
const typename Triangulation<dim, spacedim>::cell_iterator &cell,
const Mapping<dim, spacedim> & mapping,
CGAL::Surface_mesh<typename cgal_kernel::Point_3> & mesh);
CGAL::Surface_mesh<typename cgal_kernel::Point_3> & mesh);
#endif
}

0 comments on commit 738f207

Please sign in to comment.