]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Update patch to work with gcc 4.5
authorgdd <gdd>
Fri, 18 Mar 2011 08:51:01 +0000 (08:51 +0000)
committergdd <gdd>
Fri, 18 Mar 2011 08:51:01 +0000 (08:51 +0000)
src/NETGEN/netgen45ForSalome.patch

index 1141ec9b862d37cfbe3b0ca06fb1f656293fa57c..b77fc514712526f4daee2dfb7a0e6c04261b6105 100644 (file)
@@ -972,7 +972,7 @@ diff -Naur --exclude=CVS netgen-4.5_orig/libsrc/occ/occgeom.cpp netgen-4.5_new/l
      BRepTools::Clean (shape);
      //WriteOCC_STL("test.stl");
 -    BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, vispar.occdeflection, true);
-+    BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (shape, vispar_occdeflection, true);
++    BRepMesh_IncrementalMesh (shape, vispar_occdeflection, true);
      cout << "done" << endl;