OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
tmatrix_input.cpp File Reference
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <tmatrix.h>
Include dependency graph for tmatrix_input.cpp:

Go to the source code of this file.

Functions

void par_option_cb (struct clo_option_t *option)
 
void tmatrix_init_options (clo_optionList_t *list, const char *softwareVersion)
 
void tmatrix_read_options (clo_optionList_t *list, int argc, char *argv[])
 

Function Documentation

◆ par_option_cb()

void par_option_cb ( struct clo_option_t option)

CLO callback function for the "par" option. Loads the parameter file into the list that is stored in option->cb_data

Definition at line 27 of file tmatrix_input.cpp.

◆ tmatrix_init_options()

void tmatrix_init_options ( clo_optionList_t list,
const char *  softwareVersion 
)

add all of the accepted command line options to list

Definition at line 33 of file tmatrix_input.cpp.

◆ tmatrix_read_options()

void tmatrix_read_options ( clo_optionList_t list,
int  argc,
char *  argv[] 
)

Definition at line 73 of file tmatrix_input.cpp.