]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/NullFDM.cxx
Renamed /velocities/side-slip-rad to /orientation/side-slip-rad.
[flightgear.git] / src / FDM / NullFDM.cxx
index 7008245785703491e07e3accc95f69f79e456232..049a8276bb76819cb0b622a805335bf85d655139 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "NullFDM.hxx"
 
 
 FGNullFDM::FGNullFDM( double dt ) {
-    set_delta_t( dt );
+//     set_delta_t( dt );
 }
 
 
@@ -43,6 +47,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.)
-void FGNullFDM::update( int multiloop ) {
+void FGNullFDM::update( double dt ) {
     // cout << "FGNullFDM::update()" << endl;
 }