mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-31 05:30:34 +05:00
Fix mispell
This commit is contained in:
parent
2afbe2f2dc
commit
d846e31631
@ -3479,7 +3479,7 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
||||
if typeSh in ( "AUTO", "SHAPE" ): continue
|
||||
listSh = self.SubShapeAllIDs(theShape, ShapeType[typeSh])
|
||||
Nb = len(listSh)
|
||||
if EnumToLon(theShape.GetShapeType()) == ShapeType[typeSh]:
|
||||
if EnumToLong(theShape.GetShapeType()) == ShapeType[typeSh]:
|
||||
Nb = Nb + 1
|
||||
pass
|
||||
aDict[typeSh] = Nb
|
||||
|
Loading…
Reference in New Issue
Block a user