]> git.mxchange.org Git - flightgear.git/blobdiff - LaRCsim/ls_accel.c
Tons of little changes to clean up the code and to remove fatal errors
[flightgear.git] / LaRCsim / ls_accel.c
index 172d2dafb41bdf8302a2640422921436f16fd84e..19fe7d3b28d8235b8e6cf0df304e0341cfed8eed 100644 (file)
            
 $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 <math.h>
 
-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;