]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix example test scripts
authorakl <akl@opencascade.com>
Wed, 20 Feb 2013 14:11:45 +0000 (14:11 +0000)
committerakl <akl@opencascade.com>
Wed, 20 Feb 2013 14:11:45 +0000 (14:11 +0000)
doc/salome/examples/repairing_operations_ex09.py

index 7bb548758a3189bb46f158282b8ea713292e5ff5..e94b1aa03c45c3f345ac93c3b28df88f96f635ca 100644 (file)
@@ -4,7 +4,7 @@ import geompy
 import salome
 gg = salome.ImportComponentGUI("GEOM")
 
-# import initial topology
+# import initial topology with bad tolerances (more than 1e-07)
 shape1 = geompy.ImportBREP("my_shape_1.brep")
 shape2 = geompy.ImportBREP("my_shape_2.brep")