From: jfa Date: Fri, 14 Jul 2006 10:57:11 +0000 (+0000) Subject: Fix misprint in CheckShape method. X-Git-Tag: T3_2_1_pre~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=05240b02efe754462c61cfbcb072f8e700c0595c;p=modules%2Fgeom.git Fix misprint in CheckShape method. --- diff --git a/src/GEOM_SWIG/batchmode_geompy.py b/src/GEOM_SWIG/batchmode_geompy.py index dc34cd4d0..1f490d3a5 100644 --- a/src/GEOM_SWIG/batchmode_geompy.py +++ b/src/GEOM_SWIG/batchmode_geompy.py @@ -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: