X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FLaRCsim.hxx;h=7ce2ddc80afb5f4cad9cb84d20853db210734566;hb=ee98995d30e75cda88c9866f3cb6a761fda7d078;hp=f5299c974d3bab55489dc45cee94e2407033d847;hpb=93c69c4bc348b899eebc278e978ad518cdb4d780;p=flightgear.git diff --git a/src/FDM/LaRCsim.hxx b/src/FDM/LaRCsim.hxx index f5299c974..7ce2ddc80 100644 --- a/src/FDM/LaRCsim.hxx +++ b/src/FDM/LaRCsim.hxx @@ -58,7 +58,7 @@ public: void init(); // update position based on inputs, positions, velocities, etc. - void update( int multiloop ); + void update( double dt ); // Positions void set_Latitude(double lat); //geocentric @@ -84,9 +84,11 @@ public: void set_Static_temperature(double T); void set_Density(double rho); +/* void set_Velocities_Local_Airmass (double wnorth, double weast, double wdown ); +*/ };