Everglades Landscape Model (ELM) Home Page |
#include <globals.h>
Data Fields | |
int | x |
int | y |
int | z |
unsigned char | type |
unsigned char | format |
Definition at line 134 of file globals.h.
|
the x (row!) location Definition at line 135 of file globals.h. Referenced by make_more_points(), print_loc_ave(), print_point(), readViewParms(), and write_output(). |
|
the y (col!) location Definition at line 136 of file globals.h. Referenced by make_more_points(), print_loc_ave(), print_point(), readViewParms(), and write_output(). |
|
the index (?) number of point locs Definition at line 137 of file globals.h. Referenced by make_more_points(), print_loc_ave(), print_point(), readViewParms(), and write_output(). |
|
output type (p or w, point or window?) Definition at line 138 of file globals.h. Referenced by make_more_points(), print_loc_ave(), readViewParms(), and write_output(). |
|
numeric format Definition at line 139 of file globals.h. Referenced by readViewParms(), and write_output(). |