]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/ExternalNet.cxx
Added stall hysteresis modeling, nose should fall through nicely in a stall now.
[flightgear.git] / src / FDM / ExternalNet.cxx
index e356836817bd1010d2d9ce85d2df8746896d4496..01d565e79abfbdc5fd893f26e8020d0bc72708d4 100644 (file)
@@ -233,8 +233,7 @@ static void net2global( FGNetFDM *net ) {
 }
 
 
-FGExternalNet::FGExternalNet( double dt, int dop, int dip, int cp,
-                             string host )
+FGExternalNet::FGExternalNet( double dt, string host, int dop, int dip, int cp )
 {
     set_delta_t( dt );