You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datamodel/rectstrands.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ function RectStrands(
128
128
num_wires ==1? Base.error("num_wires must be > 1") :
129
129
sqrt(radius_in^2+ (num_wires * A0) /T(π))
130
130
thickness_effective=radius_ext-radius_in
131
-
@info"Calculating outer radius to preserve total cross-sectional area of strands." radius_ext radius_ext_without_correction=radius_in+thickness thickness_effective thickness
131
+
@info"Calculating outer radius to preserve total cross-sectional area of strands." radius_ext radius_ext_without_correction=radius_in+thickness thickness_effective thickness num_wires
0 commit comments