]> 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:25:53 +0000 (08:25 +0000)
committereap <eap@opencascade.com>
Mon, 25 Jul 2011 08:25:53 +0000 (08:25 +0000)
   Move resizing occgeo.face_maxh back to PrepareOCCgeometry()

src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index 8f486e31054304b1ad618cbac96ee770e5e3564b..a7a1cb76fa6189f22225d0a22469c3cf4573d705 100644 (file)
@@ -522,6 +522,8 @@ void NETGENPlugin_Mesher::PrepareOCCgeometry(netgen::OCCGeometry&     occgeo,
 #ifdef NETGEN_NEW
   occgeo.face_maxh_modified.SetSize(occgeo.fmap.Extent());
   occgeo.face_maxh_modified = 0;
+  occgeo.face_maxh.SetSize(occgeo.fmap.Extent());
+  occgeo.face_maxh = netgen::mparam.maxh;
 #endif
 }
 
@@ -1809,7 +1811,6 @@ bool NETGENPlugin_Mesher::Compute()
     if ( _simpleHyp || mparams.minh == 0.0 )
       mparams.minh = GetDefaultMinSize( _shape, mparams.maxh );
 #ifdef NETGEN_NEW
-    occgeo.face_maxh.SetSize(occgeo.fmap.Extent());
     occgeo.face_maxh = mparams.maxh;
 #endif