 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
10 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
13 #include "../classes.h"
29 xMemCpy<IssmDouble>(
values,in_values,
M);
35 xDelete<IssmDouble>(
values);
82 xMemCpy<IssmDouble>(output,
values,
M);
92 xMemCpy<IssmDouble>(output,
values,
M);
107 xDelete<IssmDouble>(this->
values);
109 this->
values=xNew<IssmDouble>(in_M);
110 xMemCpy<IssmDouble>(this->
values,IssmDoublearray,in_M);
#define _printf_(StreamArgs)
#define MARSHALLING_ENUM(EN)
#define MARSHALLING_DYNAMIC(FIELD, TYPE, SIZE)
const char * EnumToStringx(int enum_in)
#define MARSHALLING(FIELD)
void GetParameterValueByPointer(IssmDouble **pIssmDoublearray, int *pM)
#define _error_(StreamArgs)
void SetValue(bool boolean)
void GetParameterValue(bool *pbool)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)