From 95355e0b97fb6d811976539941de44298a879f93 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sun, 12 Feb 2012 02:59:15 +0000 Subject: [PATCH] switch to OCC6.5 --- libsrc/occ/Partition_Loop2d.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libsrc/occ/Partition_Loop2d.cxx b/libsrc/occ/Partition_Loop2d.cxx index 40872bd9..d980a5cb 100644 --- a/libsrc/occ/Partition_Loop2d.cxx +++ b/libsrc/occ/Partition_Loop2d.cxx @@ -22,7 +22,7 @@ #include #include #include -#include +// #include // V6.3 #include #include #include @@ -37,7 +37,7 @@ #include #include #include -// #include V6.5 +#include // V6.5 #include #include #include @@ -520,8 +520,8 @@ static void prepareDegen (const TopoDS_Edge& DegEdge, DC.Initialize( DegEdge, F ); // avoid intersecting twice the same edge - BRepOffset_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); - // TopTools_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); // V6.5 + // BRepOffset_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); // V6.3 + TopTools_DataMapOfShapeReal EUMap ( EdgesList.Extent() ); // V6.5 Standard_Real U, f, l; BRep_Tool::Range (DegEdge, f, l);