We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aa34c6 + ce9cf6e commit 08188b2Copy full SHA for 08188b2
src/loadbearing_wall/geom_ops.py
@@ -85,7 +85,6 @@ def apply_minimum_width(
85
projected_x0 = location - spread_width / 2
86
projected_x1 = location + spread_width / 2
87
88
- projected_x1 = location + spread_width / 2
89
projected_w0 = projected_w1 = magnitude / (projected_x1 - projected_x0)
90
return (
91
round_to_close_integer(projected_w0),
0 commit comments