Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 7, 2023
1 parent 95706d8 commit 90d67e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions include/viennals/lsFromSurfaceMesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,10 @@ template <class T, int D> class lsFromSurfaceMesh {
lsSmartPointer<lsMesh<T>> passedMesh,
bool passedRemoveBoundaryTriangles = true)
: levelSet(passedLevelSet),
mesh(passedMesh), removeBoundaryTriangles{passedRemoveBoundaryTriangles,
passedRemoveBoundaryTriangles,
passedRemoveBoundaryTriangles} {}
mesh(passedMesh), removeBoundaryTriangles{
passedRemoveBoundaryTriangles,
passedRemoveBoundaryTriangles,
passedRemoveBoundaryTriangles} {}

void setLevelSet(lsSmartPointer<lsDomain<T, D>> passedLevelSet) {
levelSet = passedLevelSet;
Expand Down Expand Up @@ -489,4 +490,4 @@ template <class T, int D> class lsFromSurfaceMesh {
// add all template specialisations for this class
PRECOMPILE_PRECISION_DIMENSION(lsFromSurfaceMesh)

#endif // LS_FROM_SURFACE_MESH_HPP
#endif // LS_FROM_SURFACE_MESH_HPP

0 comments on commit 90d67e6

Please sign in to comment.