diff --git a/Mesh/Generator.cpp b/Mesh/Generator.cpp index 47570a25cef81ff4f0556d87b09d62d1dce86b5f..50ff49a5a51543ffcaf3e74ea96c8edabad3db4e 100644 --- a/Mesh/Generator.cpp +++ b/Mesh/Generator.cpp @@ -31,7 +31,7 @@ #include "CenterlineField.h" #include "Field.h" #include "Options.h" -#include "Simple3D.h" +#include "simple3D.h" #if defined(HAVE_POST) #include "PView.h" @@ -504,7 +504,7 @@ static void Mesh2D(GModel *m) #endif // collapseSmallEdges(*m); - + #if defined(HAVE_ANN) //For centerline field, clean the cut parts Centerline *center = 0; @@ -512,10 +512,10 @@ static void Mesh2D(GModel *m) if (fields->getBackgroundField() > 0 ){ Field *myField = fields->get(fields->getBackgroundField()); center = dynamic_cast<Centerline*> (myField); - } + } if (center) center->cleanMesh(); #endif - + double t2 = Cpu(); CTX::instance()->meshTimer[1] = t2 - t1; Msg::StatusBar(2, true, "Done meshing 2D (%g s)", CTX::instance()->meshTimer[1]);