1
0
Fork 0

Tony Peden: fixed Mach number for LaRCsim.

This commit is contained in:
curt 2000-06-14 21:52:22 +00:00
parent 016cd935ef
commit ca3fd98b5c

View file

@ -369,7 +369,7 @@ int FGLaRCsim::copy_from_LaRCsim() {
set_Euler_Rates( Phi_dot, Theta_dot, Psi_dot );
set_Geocentric_Rates( Latitude_dot, Longitude_dot, Radius_dot );
set_Mach_number( mach_number );
set_Mach_number( Mach_number );
FG_LOG( FG_FLIGHT, FG_DEBUG, "lon = " << Longitude
<< " lat_geoc = " << Lat_geocentric << " lat_geod = " << Latitude
@ -456,5 +456,3 @@ int FGLaRCsim::copy_from_LaRCsim() {
return 1;
}