]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix misprint in CheckShape method.
authorjfa <jfa@opencascade.com>
Fri, 14 Jul 2006 10:57:11 +0000 (10:57 +0000)
committerjfa <jfa@opencascade.com>
Fri, 14 Jul 2006 10:57:11 +0000 (10:57 +0000)
src/GEOM_SWIG/batchmode_geompy.py

index dc34cd4d0e8642b8312317142350d4c35236c725..1f490d3a50734888ccd1c070987a0765319c64df 100644 (file)
@@ -920,7 +920,7 @@ def MakeCDG(aShape):
       print "GetCentreOfMass : ", MeasuOp.GetErrorCode()
     return anObj
 
-def CheckShape(aShape, theIsCheckGeom = 0):
+def CheckShape(theShape, theIsCheckGeom = 0):
     if theIsCheckGeom:
         (IsValid, Status) = MeasuOp.CheckShapeWithGeometry(theShape)
     else: