X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FLaRCsim.cxx;h=47c6bfa93079a73b4cb050749a872e9635185469;hb=7a235abecdb3b17580ed81bd69d20a55b1c8b4e6;hp=856c104ffaf19c7b500a2b600e1af13dbea44a4d;hpb=11a68e55d4599b1e21c2e173acf7e1944e617161;p=flightgear.git diff --git a/src/FDM/LaRCsim.cxx b/src/FDM/LaRCsim.cxx index 856c104ff..47c6bfa93 100644 --- a/src/FDM/LaRCsim.cxx +++ b/src/FDM/LaRCsim.cxx @@ -426,8 +426,8 @@ bool FGLaRCsim::copy_from_LaRCsim() { _set_Velocities_Local( V_north, V_east, V_down ); // set_Velocities_Ground( V_north_rel_ground, V_east_rel_ground, // V_down_rel_ground ); - // set_Velocities_Local_Airmass( V_north_airmass, V_east_airmass, - // V_down_airmass ); + _set_Velocities_Local_Airmass( V_north_airmass, V_east_airmass, + V_down_airmass ); // set_Velocities_Local_Rel_Airmass( V_north_rel_airmass, // V_east_rel_airmass, V_down_rel_airmass ); // set_Velocities_Gust( U_gust, V_gust, W_gust );