NASA Logo
Ocean Color Science Software

ocssw V2022
geo_region.h
Go to the documentation of this file.
1 #ifndef GEO_REGION_H
2 #define GEO_REGION_H
3 #include "l2_flags.h"
4 #define GEOREGION SPARE1
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 int get_georegion(float lat, float lon);
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif
void close_georegion_file()
Definition: geo_region.cpp:47
int get_georegion(float lat, float lon)
Definition: geo_region.cpp:51