cmd_line.h 635 B

123456789101112131415161718
  1. /****************************************************************/
  2. /* */
  3. /* This header file declares the global variables and the */
  4. /* structures that are to be used for command line */
  5. /* processing */
  6. /* */
  7. /****************************************************************/
  8. extern double east;
  9. extern double north;
  10. extern double obs_elev;
  11. extern double max_dist;
  12. extern char *elev_layer;
  13. extern char *patt_layer;
  14. extern char *out_layer;