]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim.cxx
Initial revision.
[flightgear.git] / src / FDM / LaRCsim.cxx
index f6343d676d39b1e619ff18765896c22b380689e1..fedef5a210c2a3823aabab8102e6e7187a7882ce 100644 (file)
@@ -88,10 +88,10 @@ FGLaRCsim::~FGLaRCsim(void) {
 // Initialize the LaRCsim flight model, dt is the time increment for
 // each subsequent iteration through the EOM
 void FGLaRCsim::init() {
+   //do init common to all FDM's
+   common_init();
 
-               // Explicitly call the superclass's
-                               // init method first.
-    FGInterface::init();
+   //now do any specific to LaRCsim
 }