]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Porting on windows platform V4_1_0a1 V4_1_0a2
authormaintenance team <salome-mnt@opencascade.com>
Wed, 26 Sep 2007 11:32:12 +0000 (11:32 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 26 Sep 2007 11:32:12 +0000 (11:32 +0000)
src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index 387a860dff887a4bd1af89e497bde8abcf74b264..b1be861626233d4df735593855a4fe0b346795f0 100644 (file)
@@ -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);