Skip to content

Commit 2a47e43

Browse files
committed
Update CustomSupportsCylinder.py
1 parent fc45069 commit 2a47e43

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CustomSupportsCylinder.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,11 @@ def _createAbutment(self, size, maxs, height, top, dep, ydir):
541541
else :
542542
l_max=l
543543

544+
# Debug Log Lines
545+
# Logger.log('d', 's_inf : ' + str(s_inf))
546+
# Logger.log('d', 'l_max : ' + str(l_max))
547+
# Logger.log('d', 'l : ' + str(l))
544548

545-
Logger.log('d', 's_inf : ' + str(s_inf))
546-
Logger.log('d', 'l_max : ' + str(l_max))
547-
Logger.log('d', 'l : ' + str(l))
548549
# Difference between Standart Abutment and Abutment + max base size
549550
if l_max<l and l_max>0:
550551
nbv=40

0 commit comments

Comments
 (0)