clean up some build warnings caught with gcc-4.0.
CURRENT RCS HEADER INFO:
$Header$
$Log$
+Revision 1.5 2005/12/19 12:53:21 ehofman
+Vassilii Khachaturov:
+
+clean up some build warnings caught with gcc-4.0.
+
Revision 1.4 2003/07/25 17:53:41 mselig
UIUC code initilization mods to tidy things up a bit.
OUTPUTS:
--------------------------------------------------------------------------*/
+#include <stdio.h>
+
#include "ls_types.h"
#include "ls_model.h"
#include "default_model_routines.h"
#define numberofbytes 472 // from FDM to visuals
#define nbytes 8 //from visuals to FDM
-struct {
+static struct {
double number_of_bytes;
double lat_geoc;
double lon_geoc;
double view_offset; //if this zero, means center window
-struct {
+static struct {
double ground_elevation;
} visuals_to_sixdof;