Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
juddmehr committed Oct 16, 2024
1 parent 67f073e commit 965d77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4Blade/C4Blade.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct Section{TFr,TFc,TFt,TAF}
end

# promote to same type, e.g., duals
function Section(r, chord, solidity, theta, af)
function Section(r, chord, theta, af)
r, chord, theta = promote(r, chord, theta)
return Section(r, chord, theta, af)
end
Expand Down

0 comments on commit 965d77e

Please sign in to comment.