X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fls_aux.c;h=a372f2658453ae7cad887914229b412e62dea4fb;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=b77f8df88d289b6cdae41740f08e62eb71d925ff;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/LaRCsim/ls_aux.c b/LaRCsim/ls_aux.c index b77f8df88..a372f2658 100644 --- a/LaRCsim/ls_aux.c +++ b/LaRCsim/ls_aux.c @@ -47,6 +47,10 @@ $Header$ $Log$ +Revision 1.2 1998/01/19 18:40:24 curt +Tons of little changes to clean up the code and to remove fatal errors +when building with the c++ compiler. + Revision 1.1 1997/05/29 00:09:54 curt Initial Flight Gear revision. @@ -115,15 +119,22 @@ Initial Flight Gear revision. #include "ls_types.h" #include "ls_constants.h" #include "ls_generic.h" + +#include "ls_aux.h" + +#include "atmos_62.h" +#include "ls_geodesy.h" +#include "ls_gravity.h" + #include -void ls_aux() -{ + +void ls_aux( void ) { SCALAR dx_pilot_from_cg, dy_pilot_from_cg, dz_pilot_from_cg; - SCALAR inv_Mass; + /* SCALAR inv_Mass; */ SCALAR v_XZ_plane_2, signU, v_tangential; - SCALAR inv_radius_ratio; + /* SCALAR inv_radius_ratio; */ SCALAR cos_rwy_hdg, sin_rwy_hdg; SCALAR mach2, temp_ratio, pres_ratio;