From: janodesbois Date: Sun, 27 Oct 2013 13:51:19 +0000 (+0100) Subject: forgot a .hxx modif in larcSim for bug 202 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a6030bc9ce713b620647054d9cc9599521ad7e2d;p=flightgear.git forgot a .hxx modif in larcSim for bug 202 --- diff --git a/src/FDM/LaRCsim/LaRCsim.hxx b/src/FDM/LaRCsim/LaRCsim.hxx index 9759f6c2a..412170917 100644 --- a/src/FDM/LaRCsim/LaRCsim.hxx +++ b/src/FDM/LaRCsim/LaRCsim.hxx @@ -73,7 +73,7 @@ public: void set_V_calibrated_kts(double vc); void set_Mach_number(double mach); void set_Velocities_Local( double north, double east, double down ); - void set_Velocities_Wind_Body( double u, double v, double w); + void set_Velocities_Body( double u, double v, double w); // Euler angles void set_Euler_Angles( double phi, double theta, double psi );