Browse Source

wrong namespace

Former-commit-id: 8a5a98fcb883aa48ac3c90d5e07ae203d57bef75
Alec Jacobson 10 years ago
parent
commit
f1c5487c20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/boolean/mesh_boolean.cpp

+ 1 - 1
include/igl/boolean/mesh_boolean.cpp

@@ -152,7 +152,7 @@ IGL_INLINE void igl::boolean::mesh_boolean(
     MatrixX3I SF;
     MatrixX2I SIF;
     VectorXI SIM,UIM;
-    RemeshSelfIntersectionsParam params;
+    igl::cgal::RemeshSelfIntersectionsParam params;
     remesh_self_intersections(V,F,params,SV,SF,SIF,J,SIM);
     for_each(SF.data(),SF.data()+SF.size(),[&SIM](int & a){a=SIM(a);});
     {