Space Shuttle Ultra 3.0 released!

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
6,030
Reaction score
3,075
Points
188
Website
github.com
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!
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,745
Reaction score
2,489
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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.
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
6,030
Reaction score
3,075
Points
188
Website
github.com
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.
 

n72.75

Move slow and try not to break too much.
Orbiter Contributor
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 21, 2008
Messages
2,704
Reaction score
1,378
Points
128
Location
Saco, ME
Website
mwhume.space
Preferred Pronouns
he/him
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
 

GLS

Well-known member
Orbiter Contributor
Addon Developer
Joined
Mar 22, 2008
Messages
6,030
Reaction score
3,075
Points
188
Website
github.com
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.
 
Top