Ice Sheet System Model  4.18
Code documentation
OptPars.h
Go to the documentation of this file.
1 
5 #ifndef _OPTPARS_H_
6 #define _OPTPARS_H_
7 
8 #include "./types.h"
9 
10 struct OptPars{
11 
15  int* maxiter;
16  int nsteps;
17  int nsize;
18 
19 };
20 
21 #endif
OptPars::nsize
int nsize
Definition: OptPars.h:17
IssmDouble
double IssmDouble
Definition: types.h:37
types.h
prototypes for types.h
OptPars::maxiter
int * maxiter
Definition: OptPars.h:15
OptPars::xmax
IssmDouble xmax
Definition: OptPars.h:13
OptPars
Definition: OptPars.h:10
OptPars::nsteps
int nsteps
Definition: OptPars.h:16
OptPars::xmin
IssmDouble xmin
Definition: OptPars.h:12
OptPars::cm_jump
IssmDouble * cm_jump
Definition: OptPars.h:14