]> git.mxchange.org Git - flightgear.git/commitdiff
forgot a .hxx modif in larcSim for bug 202
authorjanodesbois <jean.pellotier@wanadoo.fr>
Sun, 27 Oct 2013 13:51:19 +0000 (14:51 +0100)
committerjanodesbois <jean.pellotier@wanadoo.fr>
Sun, 27 Oct 2013 13:51:19 +0000 (14:51 +0100)
src/FDM/LaRCsim/LaRCsim.hxx

index 9759f6c2aa3e181b9ac5fcedba3cf13870607235..412170917e0b4b15e468974f8743cb79c0146906 100644 (file)
@@ -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 );