Skip to content

Commit 08188b2

Browse files
Merge pull request #11 from StructuralPython/fixes/code_that_should_not_be_there
fix: remove code that prevents proper functioning
2 parents 1aa34c6 + ce9cf6e commit 08188b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/loadbearing_wall/geom_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def apply_minimum_width(
8585
projected_x0 = location - spread_width / 2
8686
projected_x1 = location + spread_width / 2
8787

88-
projected_x1 = location + spread_width / 2
8988
projected_w0 = projected_w1 = magnitude / (projected_x1 - projected_x0)
9089
return (
9190
round_to_close_integer(projected_w0),

0 commit comments

Comments
 (0)