Skip to content
Snippets Groups Projects
Commit 73ffd1c8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent c2407427
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ class MVertex; ...@@ -16,7 +16,7 @@ class MVertex;
class meshGFace { class meshGFace {
const bool repairSelfIntersecting1dMesh; const bool repairSelfIntersecting1dMesh;
public : public :
meshGFace (bool r = true) : repairSelfIntersecting1dMesh(true) {} meshGFace (bool r = true) : repairSelfIntersecting1dMesh(r) {}
void operator () (GFace *); void operator () (GFace *);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment