From: maintenance team Date: Wed, 26 Sep 2007 11:32:12 +0000 (+0000) Subject: Porting on windows platform X-Git-Tag: V4_1_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=296540576c8912e3ef60d8d9c5eaec3db71226ca;p=plugins%2Fnetgenplugin.git Porting on windows platform --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index 387a860..b1be861 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -169,9 +169,7 @@ void NETGENPlugin_Mesher::PrepareOCCgeometry(netgen::OCCGeometry& occgeo, { occgeo.shape = shape; occgeo.changed = 1; - occgeo.BuildFMap(); - //amv for test - occgeo.amv_test(); + occgeo.BuildFMap(); BRepTools::Clean (shape); BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, 0.01, true);