OB.DAAC Logo
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 ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
Definition: CMakeLists.txt:7
void tmatrix_init_options(clo_optionList_t *list, const char *softwareVersion)
void tmatrix_read_options(clo_optionList_t *list, int argc, char *argv[])