X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=LaRCsim%2Fls_accel.c;h=19fe7d3b28d8235b8e6cf0df304e0341cfed8eed;hb=f1ec224b73dc81dc487836bbd45b6e21c10df0a5;hp=172d2dafb41bdf8302a2640422921436f16fd84e;hpb=a9fdc0e3415420bdfd2d90531447ddeb4390c2ad;p=flightgear.git diff --git a/LaRCsim/ls_accel.c b/LaRCsim/ls_accel.c index 172d2dafb..19fe7d3b2 100644 --- a/LaRCsim/ls_accel.c +++ b/LaRCsim/ls_accel.c @@ -38,6 +38,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:53 curt Initial Flight Gear revision. @@ -87,10 +91,10 @@ Initial Flight Gear revision. #include "ls_types.h" #include "ls_generic.h" #include "ls_constants.h" +#include "ls_accel.h" #include -void ls_accel( ) -{ +void ls_accel( void ) { SCALAR inv_Mass, inv_Radius; SCALAR ixz2, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10;