]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
*** empty log message ***
authoradam <adam>
Mon, 3 May 2010 10:08:40 +0000 (10:08 +0000)
committeradam <adam>
Mon, 3 May 2010 10:08:40 +0000 (10:08 +0000)
src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index 63c4741a83ad5b0694313dd34d957c105c4ca983..7fc7e2cd74ec2e467e2792a7cfcc679a17e969e7 100644 (file)
@@ -290,6 +290,8 @@ void NETGENPlugin_Mesher::PrepareOCCgeometry(netgen::OCCGeometry&     occgeo,
 #ifdef NETGEN_NEW
   occgeo.face_maxh.SetSize(occgeo.fmap.Extent());
   occgeo.face_maxh = netgen::mparam.maxh;
+  occgeo.face_maxh_modified.SetSize(occgeo.fmap.Extent());
+  occgeo.face_maxh_modified = 0;
 #endif
 
 }