]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
0020918: EDF 1447 SMESH: Mesh common borders (stepbystep.py)
authoreap <eap@opencascade.com>
Fri, 7 Oct 2011 11:33:30 +0000 (11:33 +0000)
committereap <eap@opencascade.com>
Fri, 7 Oct 2011 11:33:30 +0000 (11:33 +0000)
   initialize occgeo.face_maxh in case of usage of NETGEN_Parameters_2D hyp

src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx

index 5d22232107bedb5565698b1df0eee0e52df38285..d84a1c6284f278120b2b1cbd532561615f3701e3 100644 (file)
@@ -441,10 +441,10 @@ bool NETGENPlugin_NETGEN_2D_ONLY::Compute(SMESH_Mesh&         aMesh,
     netgen::mparam.minh = aMesher.GetDefaultMinSize( aShape, netgen::mparam.maxh );
     netgen::mparam.quad = _hypQuadranglePreference ? 1 : 0;
     netgen::mparam.grading = 0.7; // very coarse mesh by default
+  }
 #ifdef NETGEN_NEW
-    occgeo.face_maxh = netgen::mparam.maxh;
+  occgeo.face_maxh = netgen::mparam.maxh;
 #endif
-  }
 
   // -------------------------
   // Make input netgen mesh