]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGFDMExec.h
builddir -> srcdir so builds can be done outside the master source directory.
[flightgear.git] / src / FDM / JSBSim / FGFDMExec.h
index bfed56142ca2a6e0de43a852a319bd847569b64e..3bc11d3c176a09da5df279cfcc8bb841488b0e41 100644 (file)
@@ -28,7 +28,7 @@ HISTORY
 11/17/98   JSB   Created
 7/31/99     TP   Added RunIC function that runs the sim so that every frame
                  begins with the IC values from the given FGInitialCondition 
-                                object and dt=0. 
+                                  object and dt=0. 
 
 ********************************************************************************
 SENTRY
@@ -44,8 +44,6 @@ INCLUDES
 #include "FGModel.h"
 #include "FGInitialCondition.h"
 
-using namespace std;
-
 /*******************************************************************************
 CLASS DECLARATION
 *******************************************************************************/
@@ -64,8 +62,8 @@ class FGInitialCondition;
 class FGFDMExec
 {
 public:
-  FGFDMExec(void);
-  ~FGFDMExec(void);
+  FGFDMExec::FGFDMExec(void);
+  FGFDMExec::~FGFDMExec(void);
 
   FGModel* FirstModel;