diff --git a/src/Mod/Fem/App/FemMeshShapeObject.cpp b/src/Mod/Fem/App/FemMeshShapeObject.cpp index bfe51c0f5..4c3457e43 100644 --- a/src/Mod/Fem/App/FemMeshShapeObject.cpp +++ b/src/Mod/Fem/App/FemMeshShapeObject.cpp @@ -69,8 +69,6 @@ #include //#include #include -#include -#include #include #include @@ -149,7 +147,7 @@ App::DocumentObjectExecReturn *FemMeshShapeObject::execute(void) // create mesh newMesh.compute(); #endif -#if 0 // Surface quad mesh +#if 1 // Surface quad mesh SMESH_HypothesisPtr len(new StdMeshers_MaxLength(hyp++, 1, myGen)); static_cast(len.get())->SetLength(1.0); newMesh.addHypothesis(shape, len); @@ -186,7 +184,7 @@ App::DocumentObjectExecReturn *FemMeshShapeObject::execute(void) // create mesh newMesh.compute(); #endif -#if 1 // NETGEN test +#if 0 // NETGEN test NETGENPlugin_Mesher myNetGenMesher(newMesh.getSMesh(),shape,true); //NETGENPlugin_SimpleHypothesis_2D * tet2 = new NETGENPlugin_SimpleHypothesis_2D(hyp++,1,myGen);