]> git.mxchange.org Git - flightgear.git/commit
Environment manager overhaul -- return a copy of an FGEnvironment
authordavid <david>
Sat, 11 May 2002 23:23:42 +0000 (23:23 +0000)
committerdavid <david>
Sat, 11 May 2002 23:23:42 +0000 (23:23 +0000)
commit49bb3306d9a7cc97e43ed5d6f20d7b1e90625fcb
treef9b3f593cb7c217fbf8d085d7f0e015dace8ba89
parentf8df8ecda911d1fdb0708aa72e20bdab6172eb2b
Environment manager overhaul -- return a copy of an FGEnvironment
object rather than a pointer.

FGEnvironment now has the beginning of an atmospheric model, and will
recalculate temperature (not pressure or density, yet) based on
elevation.

FGEnvironment has a copy constructor.
src/Environment/environment.cxx
src/Environment/environment.hxx
src/Environment/environment_mgr.cxx
src/Environment/environment_mgr.hxx
src/Main/globals.cxx
src/Main/globals.hxx