]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/atmosphere.hxx
fix a pointer reference.
[flightgear.git] / src / Environment / atmosphere.hxx
index 73fa494771fcf202bbe377ed5ba0c22e582c0af5..55ccfb3f9e580a76d6d08c4ee1006fcb714bef02 100644 (file)
 
 #include <simgear/compiler.h>
 #include <simgear/math/interpolater.hxx>
-#include "boost/tuple/tuple.hpp"
-using namespace boost;
 
 #include <cmath>
+#include <utility>
 
 using namespace std;
 
@@ -84,7 +83,7 @@ public:
 
 extern const ISA_layer ISA_def[];
 
-tuple<double,double> PT_vs_hpt(
+std::pair<double,double> PT_vs_hpt(
           const double hh, 
           const double _p0 = atmodel::ISA::P0,
           const double _t0 = atmodel::ISA::T0);