Skip to content

Commit

Permalink
Fix module name for 4 components (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored May 17, 2024
1 parent 198c730 commit 77cb8d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/CGALPlugin/BooleanOperations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#include <CGALPlugin/BooleanOperations.h>

#include <CGALPlugin/config.h>
#include <sofa/core/ObjectFactory.h>

int BooleanOperationsClass = sofa::core::RegisterObject("Functions to corefine triangulated surface meshes and compute triangulated surface meshes of the union, difference and intersection of the bounded volumes.")
Expand Down
2 changes: 1 addition & 1 deletion src/CGALPlugin/FrontSurfaceReconstruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <CGALPlugin/FrontSurfaceReconstruction.h>

#include <CGAL/Advancing_front_surface_reconstruction.h>

#include <CGALPlugin/config.h>
#include <sofa/core/ObjectFactory.h>


Expand Down
2 changes: 1 addition & 1 deletion src/CGALPlugin/PoissonSurfaceReconstruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <CGAL/Polyhedron_3.h>
#include <CGAL/poisson_surface_reconstruction.h>
#include <CGAL/property_map.h>

#include <CGALPlugin/config.h>
#include <sofa/core/ObjectFactory.h>

int PoissonSurfaceReconstructionClass = sofa::core::RegisterObject("Generate triangular surface mesh from point cloud")
Expand Down
2 changes: 1 addition & 1 deletion src/CGALPlugin/UpsamplePointCloud.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/edge_aware_upsample_point_set.h>

#include <CGALPlugin/config.h>
#include <sofa/core/ObjectFactory.h>


Expand Down

0 comments on commit 77cb8d0

Please sign in to comment.