Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
tmatrix.h
Go to the documentation of this file.
1 /*
2  * File: tmatrix.h
3  * Author: S. Anderson
4  *
5  * Created on April 12, 2018
6  */
7 
8 #ifndef tmatrix_H
9 #define tmatrix_H
10 
11 #include <clo.h>
12 #include <TmParamsReader.h>
13 
14 void tmatrix_init_options(clo_optionList_t* list, const char* softwareVersion);
15 void tmatrix_read_options(clo_optionList_t* list, int argc, char* argv[]);
16 
17 #endif /* tmatrix_H */
18 
list(APPEND LIBS ${NETCDF_LIBRARIES}) find_package(GSL REQUIRED) include_directories($
Definition: CMakeLists.txt:8
void tmatrix_init_options(clo_optionList_t *list, const char *softwareVersion)
void tmatrix_read_options(clo_optionList_t *list, int argc, char *argv[])