Space Shuttle Ultra 3.0 released!

This might be the wrong place to ask... but,

Where is the array

Code:
[COLOR="Blue"]const double[/COLOR] clBase

actually used.

After a quick check I'd say probably nowhere. I'll check more deeply to be sure, and if it really has no use, I'll delete it. Thanks for the heads up!
 
After a quick check I'd say probably nowhere. I'll check more deeply to be sure, and if it really has no use, I'll delete it. Thanks for the heads up!

Possibly it was used in an old implementation of the lift function.
 
Possibly it was used in an old implementation of the lift function.

Yes, it's old... at least 2/3 years. I'll do another cleanup of Atlantis.cpp as soon as I finish the basics of the KU antenna (shouldn't be long now). If that data is needed in the future, it's all still available in the previous revisions.
 
After a quick check I'd say probably nowhere. I'll check more deeply to be sure, and if it really has no use, I'll delete it. Thanks for the heads up!

Oh thank god. I've been looking through the code since last night wondering how I went this crazy.

So all Aerodynamic lookup data comes through

namespace Aerodynamics
 
Oh thank god. I've been looking through the code since last night wondering how I went this crazy.

So all Aerodynamic lookup data comes through

namespace Aerodynamics

It's a possibility (I'm not really informed about that "department"). To find that out it's probably easier to just find the Orbiter functions that are used to define the aero stuff, and then track back to see where the data comes from.
 
Back
Top