File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
kk_bullet_constraints_builder Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ def combineExpressions():
327
327
if Vpn9 != Vpn : elemGrps [i ][EGSidxBTS9 ] = splitAndApplyPrecisionToFormula (Vpn9 )
328
328
else : elemGrps [i ][EGSidxBTS9 ] = ""
329
329
if Mpn9 != Mpn : elemGrps [i ][EGSidxBTB9 ] = splitAndApplyPrecisionToFormula (Mpn9 )
330
- else : elemGrps [i ][EGSidxBTS9 ] = ""
330
+ else : elemGrps [i ][EGSidxBTB9 ] = ""
331
331
332
332
###### Reinforced Concrete (Walls & Slabs)
333
333
elif props .assistant_menu == "con_rei_wall" :
@@ -475,6 +475,6 @@ def combineExpressions():
475
475
if Vpn9 != Vpn : elemGrps [i ][EGSidxBTS9 ] = splitAndApplyPrecisionToFormula (Vpn9 )
476
476
else : elemGrps [i ][EGSidxBTS9 ] = ""
477
477
if Mpn9 != Mpn : elemGrps [i ][EGSidxBTB9 ] = splitAndApplyPrecisionToFormula (Mpn9 )
478
- else : elemGrps [i ][EGSidxBTS9 ] = ""
478
+ else : elemGrps [i ][EGSidxBTB9 ] = ""
479
479
480
480
################################################################################
You can’t perform that action at this time.
0 commit comments