X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FEnvironment%2Fatmosphere.cxx;h=b7130aea3e9a4a65cce7c4831cfaa49df985972c;hb=1edffd1d10bbe30a418e88140df54791ced23649;hp=022ea540ec65a9045eadd131438bde3a87785b76;hpb=e9a9f8c96d2963f28e4ecb4eaa91e47b52aaecf6;p=flightgear.git diff --git a/src/Environment/atmosphere.cxx b/src/Environment/atmosphere.cxx index 022ea540e..b7130aea3 100644 --- a/src/Environment/atmosphere.cxx +++ b/src/Environment/atmosphere.cxx @@ -7,6 +7,7 @@ using namespace std; #include +#include const ISA_layer ISA_def[] = { // 0 1 2 3 4 5 6 7 8 @@ -222,7 +223,7 @@ void FGAtmoCache::check_model() { ////////////////////////////////////////////////////////////////////// -FGAltimeter::FGAltimeter() : kset(atmodel::ISA::P0), kft(0) +FGAltimeter::FGAltimeter() { cache(); }