Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Jan 22, 2022
1 parent 14626f4 commit 68c4136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/aeromatic++/Systems/Controls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1294,9 +1294,6 @@ void CableControls::_get_CLaw(std::vector<float>& CLaw, Aeromatic::_lift_device_
// taper ratio
float TR = wing.taper;

// max thickness
float MT = 0.25f * wing.chord_mean;

// Required to calculate CLalpha_wing
float MC, TRC = (1.0f - TR)/(1.0f + TR);
float PAR = PI*AR;
Expand Down

0 comments on commit 68c4136

Please sign in to comment.