]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/NullFDM.cxx
First commit of properties code. JSBSim now has a basic property tree all
[flightgear.git] / src / FDM / NullFDM.cxx
index 54b4102286b0f7f3c50d91f1052564777554113f..7008245785703491e07e3accc95f69f79e456232 100644 (file)
@@ -43,8 +43,6 @@ void FGNullFDM::init() {
 // Run an iteration of the EOM.  This is a NOP here because the flight
 // model values are getting filled in elsewhere (most likely from some
 // external source.)
-bool FGNullFDM::update( int multiloop ) {
+void FGNullFDM::update( int multiloop ) {
     // cout << "FGNullFDM::update()" << endl;
-
-    return true;
 }