Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
oc
include
oc
Configuration.hpp
Go to the documentation of this file.
1
#ifndef OC_CONFIGURE
2
#define OC_CONFIGURE
3
4
#define HDF5_FOUND 1
5
#define HDF4_FOUND 1
6
#define NETCDF_FOUND 1
7
#define INTL_FOUND 1
8
9
#define OC_MODULE_DIRECTORY "/Users/lhong2/OBPG/ocssw/lib/oc"
10
11
#endif // OC_CONFIGURE
12