]> OCCT Git - occt-copy.git/commitdiff
0024748: Remove unused instantiations of collection classes
authorabv <abv@opencascade.com>
Thu, 27 Mar 2014 12:36:03 +0000 (16:36 +0400)
committerapn <apn@opencascade.com>
Thu, 27 Mar 2014 12:37:21 +0000 (16:37 +0400)
Removed:
- packages PColPGeom, PColPGeom2d
- in Geom package: classes SequenceOfBoundedSurface, (H)SequenceOfSurface
- in TColGeom package: classes Array1OfBoundedCurve, (H)Array1OfBoundedSurface, HArray1OfBoundedCurve, (H)Array2OfBoundedSurface, (H)Array2OfBSplineSurface, HArray2OfBezierSurface, (H)SequenceOfBoundedSurface, HSequenceOfSurface
- in TColGeom2d package: classes (H)Array1OfGeometry, (H)Array1OfBoundedCurve, HSequenceOfGeometry

32 files changed:
adm/UDLIST
src/Geom/Geom.cdl
src/PColPGeom/PColPGeom.cdl [deleted file]
src/PColPGeom2d/PColPGeom2d.cdl [deleted file]
src/ShapeSchema/ShapeSchema.cdl
src/TColGeom/TColGeom.cdl
src/TColGeom2d/TColGeom2d.cdl
src/TKPShape/PACKAGES
tests/de/iges_1/B4
tests/de/iges_1/L5
tests/de/iges_1/P9
tests/de/iges_2/B1
tests/de/iges_2/H9
tests/de/step_1/D1
tests/de/step_1/E6
tests/de/step_1/F9
tests/de/step_1/G2
tests/de/step_1/G3
tests/de/step_1/G5
tests/de/step_1/G6
tests/de/step_1/G7
tests/de/step_1/ZF7
tests/de/step_1/ZG2
tests/de/step_1/ZH7
tests/de/step_2/A5
tests/de/step_2/D9
tests/de/step_2/E1
tests/de/step_2/E7
tests/de/step_2/E9
tests/de/step_2/F2
tests/de/step_2/F3
tests/de/step_3/E6

index c24cc57fe30c7047c6c6ffb172b37824777299bb..57729e760e22ed50b74455e5d4f4c6231cdf64ac 100644 (file)
@@ -272,8 +272,6 @@ p ObjMgt
 p PBRep
 p PCDM
 p PCDMShape
-p PColPGeom
-p PColPGeom2d
 p PColStd
 p PColgp
 p PCollection
index 2e9ab11186fef14f8738270427ffa621637141e9..9dd1235044049efea42720c78eb2b816aaa9dcad 100644 (file)
@@ -63,24 +63,6 @@ exception UndefinedValue inherits DomainError from  Standard;
     class HSequenceOfBSplineSurface 
        instantiates HSequence from TCollection (BSplineSurface from Geom,
                                SequenceOfBSplineSurface from Geom);
---    class SequenceOfBoundedSurface 
---     instantiates Sequence from TCollection (BoundedSurface from Geom); 
-
-    class SequenceOfSurface 
-       instantiates Sequence from TCollection (Surface from Geom);
-       
-    class HSequenceOfSurface 
-       instantiates HSequence from TCollection (Surface from Geom,
-                               SequenceOfSurface from Geom);
-                               
---    class HSequenceOfBoundedSurface 
---     instantiates HSequence from TCollection (BoundedSurface from Geom,
---                             SequenceOfBoundedSurface from Geom);
---  class SequenceNodeOfSequenceOfSurface
---     instantiates SeqNode from TCollection (Surface from Geom);
---  class HSequenceOfSurface 
---     instantiates HSequence from TCollection (Surface from Geom,
---                             SequenceOfSurface from Geom);
 
         ---Group: Geometric entities 
 
diff --git a/src/PColPGeom/PColPGeom.cdl b/src/PColPGeom/PColPGeom.cdl
deleted file mode 100644 (file)
index 17f6de7..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
--- Created on: 1993-06-03
--- Created by: fid
--- Copyright (c) 1993-1999 Matra Datavision
--- Copyright (c) 1999-2014 OPEN CASCADE SAS
---
--- This file is part of Open CASCADE Technology software library.
---
--- This library is free software; you can redistribute it and/or modify it under
--- the terms of the GNU Lesser General Public License version 2.1 as published
--- by the Free Software Foundation, with special exception defined in the file
--- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
--- distribution for complete text of the license and disclaimer of any warranty.
---
--- Alternatively, this file may be used under the terms of Open CASCADE
--- commercial license or contractual agreement.
-
-package PColPGeom 
-
-        ---Purpose : This package  is used to  instantiate of  several
-        --         generic classes from  the package  PCollection with
-        --         objects from the package PGeom.
-
-uses PCollection, PGeom
-
-is
-
-
-    class HArray1OfCurve 
-       instantiates HArray1 from PCollection (Curve from PGeom);
-    class HArray1OfBoundedCurve 
-       instantiates HArray1 from PCollection (BoundedCurve from PGeom);
-    class HArray1OfBezierCurve 
-       instantiates HArray1 from PCollection (BezierCurve from PGeom);
-    class HArray1OfBSplineCurve 
-       instantiates HArray1 from PCollection (BSplineCurve from PGeom);
-    class HArray1OfSurface 
-       instantiates HArray1 from PCollection (Surface from PGeom);
-    class HArray1OfBoundedSurface 
-       instantiates HArray1 from PCollection (BoundedSurface from PGeom);
-
-
-
-    class HArray2OfSurface 
-       instantiates HArray2 from PCollection (Surface from PGeom);
-    class HArray2OfBoundedSurface 
-       instantiates HArray2 from PCollection (BoundedSurface from PGeom);
-    class HArray2OfBezierSurface 
-       instantiates HArray2 from PCollection (BezierSurface from PGeom);
-    class HArray2OfBSplineSurface 
-       instantiates HArray2 from PCollection (BSplineSurface from PGeom);
-
-
-
---    class HSequenceOfCurve  
---     instantiates HSequence from PCollection (Curve from PGeom);
---    class HSequenceOfBoundedCurve  
---     instantiates HSequence from PCollection (BoundedCurve from PGeom);
---    class HSequenceOfSurface 
---     instantiates HSequence from PCollection (Surface from PGeom);
---    class HSequenceOfBoundedSurface 
---     instantiates HSequence from PCollection (BoundedSurface from PGeom);
-
-
-end PColPGeom;
diff --git a/src/PColPGeom2d/PColPGeom2d.cdl b/src/PColPGeom2d/PColPGeom2d.cdl
deleted file mode 100644 (file)
index 5018c13..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
--- Created on: 1993-06-03
--- Created by: fid
--- Copyright (c) 1993-1999 Matra Datavision
--- Copyright (c) 1999-2014 OPEN CASCADE SAS
---
--- This file is part of Open CASCADE Technology software library.
---
--- This library is free software; you can redistribute it and/or modify it under
--- the terms of the GNU Lesser General Public License version 2.1 as published
--- by the Free Software Foundation, with special exception defined in the file
--- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
--- distribution for complete text of the license and disclaimer of any warranty.
---
--- Alternatively, this file may be used under the terms of Open CASCADE
--- commercial license or contractual agreement.
-
-package PColPGeom2d 
-
-        ---Purpose : This package  is used to  instantiate of  several
-        --         generic classes from  the package  PCollection with
-        --         objects from the package PGeom2d.
-
-uses PCollection, PGeom2d
-
-is
-
-
-
-    class HArray1OfCurve 
-       instantiates HArray1 from PCollection (Curve from PGeom2d);
-    class HArray1OfBoundedCurve 
-       instantiates HArray1 from PCollection (BoundedCurve from PGeom2d);
-    class HArray1OfBezierCurve 
-       instantiates HArray1 from PCollection (BezierCurve from PGeom2d);
-    class HArray1OfBSplineCurve 
-       instantiates HArray1 from PCollection (BSplineCurve from PGeom2d);
-
-
-
---    class HSequenceOfCurve  
---     instantiates HSequence from PCollection (Curve from PGeom2d);
---    class HSequenceOfBoundedCurve  
---     instantiates HSequence from PCollection (BoundedCurve from PGeom2d);
-
-
-end PColPGeom2d;
index 03356d29e994987c10b4ea8b078d9aec5ba9c3f3..f54c4e00fd874d3ea0078cb075e1c9febd0d8eae 100644 (file)
@@ -27,8 +27,6 @@ is
     package PColgp;
     package PGeom2d;
     package PGeom;
-    package PColPGeom;
-    package PColPGeom2d;
     package PPoly;
     package PTopoDS;
     package PBRep;
index fa9d366d479433cc0f6a568ecdab509c836e9163..c975a0e9a30aa1fc799a06a2960c788f2fcb1320 100644 (file)
@@ -28,23 +28,16 @@ is
 
     class Array1OfCurve 
        instantiates Array1 from TCollection (Curve from Geom);
-    class Array1OfBoundedCurve 
-       instantiates Array1 from TCollection (BoundedCurve from Geom);
     class Array1OfBezierCurve 
        instantiates Array1 from TCollection (BezierCurve from Geom);
     class Array1OfBSplineCurve 
        instantiates Array1 from TCollection (BSplineCurve from Geom);
     class Array1OfSurface 
        instantiates Array1 from TCollection (Surface from Geom);
-    class Array1OfBoundedSurface 
-       instantiates Array1 from TCollection (BoundedSurface from Geom);
 
     class HArray1OfCurve
        instantiates HArray1 from TCollection (Curve from Geom,
                                Array1OfCurve from TColGeom);
-    class HArray1OfBoundedCurve 
-       instantiates HArray1 from TCollection (BoundedCurve from Geom,
-                               Array1OfBoundedCurve from TColGeom);
     class HArray1OfBezierCurve  
        instantiates HArray1 from TCollection (BezierCurve from Geom,
                                Array1OfBezierCurve from TColGeom);
@@ -54,33 +47,15 @@ is
     class HArray1OfSurface  
        instantiates HArray1 from TCollection (Surface from Geom,
                                Array1OfSurface from TColGeom);
-    class HArray1OfBoundedSurface 
-       instantiates HArray1 from TCollection (BoundedSurface from Geom,
-                               Array1OfBoundedSurface from TColGeom);
-
 
     class Array2OfSurface 
        instantiates Array2 from TCollection (Surface from Geom);
-    class Array2OfBoundedSurface 
-       instantiates Array2 from TCollection (BoundedSurface from Geom);
     class Array2OfBezierSurface 
        instantiates Array2 from TCollection (BezierSurface from Geom);
-    class Array2OfBSplineSurface 
-       instantiates Array2 from TCollection (BSplineSurface from Geom);
 
     class HArray2OfSurface        
        instantiates HArray2 from TCollection (Surface from Geom,
                                Array2OfSurface from TColGeom);
-    class HArray2OfBoundedSurface 
-       instantiates HArray2 from TCollection (BoundedSurface from Geom,
-                               Array2OfBoundedSurface from TColGeom);
-    class HArray2OfBezierSurface  
-       instantiates HArray2 from TCollection (BezierSurface from Geom,
-                               Array2OfBezierSurface from TColGeom);
-    class HArray2OfBSplineSurface 
-       instantiates HArray2 from TCollection (BSplineSurface from Geom,
-                               Array2OfBSplineSurface from TColGeom);
-
 
     class SequenceOfCurve  
        instantiates Sequence from TCollection (Curve from Geom);
@@ -88,8 +63,6 @@ is
        instantiates Sequence from TCollection (BoundedCurve from Geom);
     class SequenceOfSurface 
        instantiates Sequence from TCollection (Surface from Geom);
-    class SequenceOfBoundedSurface 
-       instantiates Sequence from TCollection (BoundedSurface from Geom);
 
     class HSequenceOfCurve  
        instantiates HSequence from TCollection (Curve from Geom,
@@ -97,12 +70,5 @@ is
     class HSequenceOfBoundedCurve  
        instantiates HSequence from TCollection (BoundedCurve from Geom,
                                SequenceOfBoundedCurve from TColGeom);
-    class HSequenceOfSurface 
-       instantiates HSequence from TCollection (Surface from Geom,
-                               SequenceOfSurface from TColGeom);
-    class HSequenceOfBoundedSurface 
-       instantiates HSequence from TCollection (BoundedSurface from Geom,
-                               SequenceOfBoundedSurface from TColGeom);
-
 
 end TColGeom;
index 515348aff348419e13cf07ea694936ba687ac9f4..e6ff68ab3edce16abcb6731daeea4b7f32f53594 100644 (file)
@@ -27,26 +27,16 @@ uses TCollection, Geom2d
 is
 
 
-    class Array1OfGeometry 
-       instantiates Array1 from TCollection (Geometry from Geom2d);
     class Array1OfCurve 
        instantiates Array1 from TCollection (Curve from Geom2d);
-    class Array1OfBoundedCurve 
-       instantiates Array1 from TCollection (BoundedCurve from Geom2d);
     class Array1OfBezierCurve 
        instantiates Array1 from TCollection (BezierCurve from Geom2d);
     class Array1OfBSplineCurve 
        instantiates Array1 from TCollection (BSplineCurve from Geom2d);
 
-    class HArray1OfGeometry
-       instantiates HArray1 from TCollection (Geometry from Geom2d,
-                               Array1OfGeometry from TColGeom2d);
     class HArray1OfCurve
        instantiates HArray1 from TCollection (Curve from Geom2d,
                                Array1OfCurve from TColGeom2d);
-    class HArray1OfBoundedCurve 
-       instantiates HArray1 from TCollection (BoundedCurve from Geom2d,
-                               Array1OfBoundedCurve from TColGeom2d);
     class HArray1OfBezierCurve  
        instantiates HArray1 from TCollection (BezierCurve from Geom2d,
                                Array1OfBezierCurve from TColGeom2d);
@@ -54,7 +44,6 @@ is
        instantiates HArray1 from TCollection (BSplineCurve from Geom2d,
                                Array1OfBSplineCurve from TColGeom2d);
 
-
     class SequenceOfGeometry  
        instantiates Sequence from TCollection (Geometry from Geom2d);
     class SequenceOfCurve  
@@ -62,9 +51,6 @@ is
     class SequenceOfBoundedCurve  
        instantiates Sequence from TCollection (BoundedCurve from Geom2d);
 
-    class HSequenceOfGeometry  
-       instantiates HSequence from TCollection (Geometry from Geom2d,
-                               SequenceOfGeometry from TColGeom2d);
     class HSequenceOfCurve  
        instantiates HSequence from TCollection (Curve from Geom2d,
                                SequenceOfCurve from TColGeom2d);
index 888c900e04209d8f22a2c710a9241ecb0c7f10dc..be57f2419d0efaa629c370676382f478cb076f1a 100755 (executable)
@@ -5,8 +5,6 @@ PGeom2d
 PPoly
 PColgp
 PTopLoc
-PColPGeom
-PColPGeom2d
 MgtBRep
 MgtGeom
 MgtGeom2d
index 9b530284866dbf466c9eb6722492206efd783d84..58004497cb4793d6d8734593d545a2c9996ee6e9 100644 (file)
@@ -1,5 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
 
 set LinuxDiff 1
 set filename t500core.igs
index 904a7085df036fbf65735e7faab328f5acf4c6b0..142b27ee2d931c011ee4cb760a8c47ae80021ca2 100644 (file)
@@ -3,6 +3,7 @@ puts "TODO CR23096 ALL: TOLERANCE : Faulty"
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 
 
+
 set filename PRO10578.igs
 
 set ref_data {
index 51a70d162029b5c85535fe412518ba2b5788e4dd..33c359623daf45b12590b264d21ec005cd37d5a6 100644 (file)
@@ -1,5 +1,8 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
+puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: Exception in Segment()"
+
+
 puts "TODO CR23096 Mandriva2010: Error : 1 differences with reference data found :" 
 
 set LinuxDiff 1
index 5095c18c4f3661eb1e151ed069db307023c933bb..a5be016ae505179662fd19b45430dd808827f8ae 100755 (executable)
@@ -5,6 +5,7 @@ puts "TODO CR23096 ALL: LABELS : Faulty"
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
 
 
+
 set filename CATIA01.igs
 
 set ref_data {
index c12c6d081be378c9d0e4bd85e40d1998ed904c68..2196b30f5ff225e6fcbe0fcac3fcce4d4ec8d19b 100644 (file)
@@ -3,9 +3,11 @@ puts "TODO CR23096 ALL: CHECKSHAPE : Faulty"
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: COLORS : Faulty" 
+
+
 puts "TODO CR23096 Mandriva2010: STATSHAPE : Faulty " 
+
 puts "TODO CR23096 Mandriva2010: Error : 4 differences with reference data found :" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: ShapeAnalysis_Surface"
 
 set LinuxDiff 4
 set LinuxFaulties {STATSHAPE}
index 6d80633068dcc991657d61363f9de8bbe9f41e58..422025bc8e7be0a2e89c66111e311a2cacd15192 100644 (file)
@@ -1,7 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: ShapeFix_ComposeShell"
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: color name"
+
 
 
 set filename trj9_b2-ai-214.stp
index 93c9a8f00831a0adee7d40378ccb5b906ffefb71..d1fc1695ee6db2c2b184f39335e5f3650229b83c 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename trj4_s1-ai-214.stp
index 092516c72a9ca1b14958d21cb9ce891f0d4d65dd..a7b3930dab610ac3b60a82e08ce783cc29438521 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 1 differences with reference data found"
+
 
 
 set filename trj6_pm4-al-214.stp
index d351770d50c111a21c8c7430e56b4b7e9233093c..85e585b4d46f509df9cba4bb92cf1e88e094f201 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename db_as1-A.stp
index c104f7d55872f4049ef23e8e1fb462a936314111..1a136e2525d36d5ff6b25e730d12d95a5d3dc2a5 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename db_as1-B.stp
index 2da700ec114e208b4b60c39edbb47bada867374f..cacf402f3840c41e82732f22807f1640d15b3cda 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename trj3_s1-db-214.stp
index 55dd30458c737bf7d6c62f5e99ffb223bccdcfad..ce3d19758be256ad499e420803b9eae88f111aed 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename tr8_as2_db.stp
index c833aa56a89c150b89bb7225779aa9db581ff214..75e4c972f6bbd240ac34b971c701aaef28e0c28b 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename tr8_as2a_db.stp
index 8357e1220c43e7553b15932f50a9cc09aaba3832..d3ea0078534b70f679ab3a2717c611956502c7b4 100644 (file)
@@ -1,11 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64: \\*\\* Exception \\*\\*.*"
-puts "TODO DEBUG_OCC24121 Debian60-64: An exception was caught"
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: First - file was not written - exception"
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : Here is writing problem"
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error : 3 differences with reference data found"
 
 
 set filename S4132-test.stp
index 780c143b78ea82d9ae69bf37664cffabd6584e35..55b2ac04b4368834a4030054d359846289771470 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename as1ug.stp
index dfdfa7e8a0357c9b53e99a79a866452322a333bf..bd6157aa622051b41e6955716d17d9214c4aeedc 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 
 set filename tr8_ha1_db.stp
index 7d4abf3d53f23c6d001b738f7572d1ad126be3b9..9dc11fab9a5bc6fec1cd826e7d76d3a576641ee7 100644 (file)
@@ -1,6 +1,6 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 set filename r86ug.stp
 
index 08947874ee2d30cc76ad0cac1995ead398bbc254..6c2abc421b88c191af91f4704ccb5de74f7fa814 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 set filename bm4_db_punch_a.stp
 
index 785314652cc2a8efae74623308e5be2fed0da5c5..b5ee6201e47d421661cdae8738a81afc53efbc9c 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: STATSHAPE : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToTopoDS_TranslateCompositeCurve"
+
 
 
 set filename tr9_r0901-al.stp
index f356c266c3966a7f8c15028c8d8b8fa6fd387a66..4497815c8dc043afb3d5327e62b3043326ffd430 100644 (file)
@@ -2,8 +2,9 @@
 puts "TODO CR23096 ALL: CHECKSHAPE : Faulty" 
 puts "TODO CR23096 ALL: NBSHAPES : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
+
+
 puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Warning: StepToGeom_MakeSurface"
 
 set LinuxDiff 3
 set filename r76sy.stp
index 3bfeefb0dedd054896b185d9889707067053d114..a217555ee3f7c488ae2a16466bf7c1ff28a5a7bd 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 set filename bm4_db_punch_c.stp
 
index d30b07723654dca39694a2c299bc3f622b293f54..1b8300166a32b3b1641c8d1a911cefd65f6e9ec9 100644 (file)
@@ -1,7 +1,7 @@
 # !!!! This file is generated automatically, do not edit manually! See end script
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 set filename bm4_db_conn_a.stp
 
index 80d26fe3c0161d7860944d97fad32de1a7e103b7..001512e276451da49ab2a10e3ce143cddc6f7b23 100644 (file)
@@ -2,7 +2,7 @@
 puts "TODO CR23096 ALL: TPSTAT : Faulty" 
 puts "TODO CR23096 ALL: LABELS : Faulty" 
 puts "TODO CR23096 ALL: LAYERS : Faulty" 
-puts "TODO DEBUG_OCC24121 Debian60-64 Windows: Error: STEPCAFControl_Reader"
+
 
 set filename bm4_db_conn_d.stp
 
index 4b336f3d12ed21683bcd71e60016d740a1542559..96a28258e8bc7854ad9211320db3ce0deb207f2f 100644 (file)
@@ -5,8 +5,6 @@ puts "TODO CR23096 ALL: TOLERANCE : Faulty"
 
 puts "TODO CR23096 Mandriva2010: Error : 3 differences with reference data found :" 
 
-puts "TODO DEBUG_CR24543 ALL: Error: ShapeFix_ComposeShell::MakeFacesOnPatch: can't dispatch wires"
-
 set LinuxDiff 3
 set filename Z8M6SAT.stp