OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
GEO_DEM.h
Go to the documentation of this file.
1 #ifndef GEO_DEM_H
2 #define GEO_DEM_H
3 
47 /* PGS_DEM.h does not have internal header guards, must provide externally. */
48 #ifndef H_PGS_DEM
49  #define H_PGS_DEM
50  #include "PGS_DEM.h"
51 #endif
52 #define RESOLUTIONS 1
53 extern PGSt_DEM_Tag DEM_resolutions[RESOLUTIONS];
54 extern double min_lat, max_lon;
55 
56 #endif
double max_lon
Definition: GEO_DEM.h:54
PGSt_DEM_Tag DEM_resolutions[RESOLUTIONS]
Definition: GEO_DEM.c:62
double min_lat
Definition: GEO_DEM.c:63
#define RESOLUTIONS
Definition: GEO_DEM.h:52