mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 12:34:17 +05:00
Porting to Mandrake 10.1 and new products:
porting to Qt 3.3.3
This commit is contained in:
parent
baf5f7929a
commit
d8dd8f5dff
@ -223,7 +223,10 @@ void Partition_Spliter::Clear()
|
|||||||
myImagesEdges.Clear();
|
myImagesEdges.Clear();
|
||||||
myImageShape.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();
|
myAddedFacesMap.Clear();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user