]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
0021334: [CEA] non regression test : meshing error
authoreap <eap@opencascade.com>
Mon, 25 Jul 2011 08:26:16 +0000 (08:26 +0000)
committereap <eap@opencascade.com>
Mon, 25 Jul 2011 08:26:16 +0000 (08:26 +0000)
+#ifdef NETGEN_NEW
+    occgeo.face_maxh = netgen::mparam.maxh;
+#endif

src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx

index 31b8dceea78669c0bcc0855ec22b47bbd08aed02..5d22232107bedb5565698b1df0eee0e52df38285 100644 (file)
@@ -441,6 +441,9 @@ 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;
+#endif
   }
 
   // -------------------------