mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-07 16:14:17 +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
|
if typeSh in ( "AUTO", "SHAPE" ): continue
|
||||||
listSh = self.SubShapeAllIDs(theShape, ShapeType[typeSh])
|
listSh = self.SubShapeAllIDs(theShape, ShapeType[typeSh])
|
||||||
Nb = len(listSh)
|
Nb = len(listSh)
|
||||||
if EnumToLon(theShape.GetShapeType()) == ShapeType[typeSh]:
|
if EnumToLong(theShape.GetShapeType()) == ShapeType[typeSh]:
|
||||||
Nb = Nb + 1
|
Nb = Nb + 1
|
||||||
pass
|
pass
|
||||||
aDict[typeSh] = Nb
|
aDict[typeSh] = Nb
|
||||||
|
Loading…
Reference in New Issue
Block a user