Former-commit-id: 8a5a98fcb883aa48ac3c90d5e07ae203d57bef75
@@ -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);});
{