Update patch to work with gcc 4.5

This commit is contained in:
gdd 2011-03-18 08:51:01 +00:00
parent 2cdf1b2ac7
commit 7dbbc5de6e

View 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;