X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAutopilot%2Fpredictor.cxx;h=d5c854a728662449133d07a5e3ebd39cb703f42e;hb=68c71d5787f2a0309e35c3e05939950113618cb7;hp=eece5cf37e4960fa3cc3b4649f2a29f419f1e3ae;hpb=a4f1139fcd8a130be87d7a9fee881b22d1acc8a9;p=flightgear.git diff --git a/src/Autopilot/predictor.cxx b/src/Autopilot/predictor.cxx index eece5cf37..d5c854a72 100644 --- a/src/Autopilot/predictor.cxx +++ b/src/Autopilot/predictor.cxx @@ -23,17 +23,11 @@ #include "predictor.hxx" -#ifdef SG_BULK -#undef SG_BULK -#endif -#define SG_BULK SG_ALERT -#ifdef SG_INFO -#undef SG_INFO -#endif -#define SG_INFO SG_ALERT - using namespace FGXMLAutopilot; +using std::endl; +using std::cout; + Predictor::Predictor () : AnalogComponent(), _average(0.0)