]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Porting to Mandrake 10.1 and new products: T2_2_4a T2_2_4a2
authormpv <mpv@opencascade.com>
Wed, 8 Jun 2005 06:09:45 +0000 (06:09 +0000)
committermpv <mpv@opencascade.com>
Wed, 8 Jun 2005 06:09:45 +0000 (06:09 +0000)
porting to Qt 3.3.3

src/PARTITION/Partition_Spliter.cxx

index 8f47939091423517a8ec59b83e740069bd250db0..5771b62c986eca015ca0cbcbe38c61e88ad9aac9 100644 (file)
@@ -223,7 +223,10 @@ void Partition_Spliter::Clear()
   myImagesEdges.Clear();
   myImageShape.Clear();
   
-  myInter3d = Partition_Inter3d(myAsDes);
+  // mpv: porting to gcc 3.4.1 and OCC 5.2.3
+  //myInter3d = Partition_Inter3d(myAsDes);
+  Partition_Inter3d inst(myAsDes);
+  myInter3d = inst;
   
   myAddedFacesMap.Clear();