Skip to content

Commit a9bedf6

Browse files
Update centreOfGravityAndObjectInfo.py
1 parent c4e02da commit a9bedf6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

RFEM/Tools/centreOfGravityAndObjectInfo.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from RFEM.initModel import Model
2-
from RFEM.enums import ObjectTypes
32

43
def GetCOGTableParameters(results):
54
'''
@@ -45,12 +44,9 @@ def ConvertCOGInfoToListOfDct(cog):
4544
except:
4645
pass
4746

48-
# lstOfDct.append(dct1)
49-
5047
if 'rows' in params['base']:
51-
# print(c['title'], c['rows'])
48+
5249
for row in c['rows'][0]:
53-
# print(c['title'], row)
5450
dct = {}
5551
dct.update(dct1)
5652
for y in params['row']:

0 commit comments

Comments
 (0)