 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
8 #error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
50 _error_(
"Input of Enum \"" <<
EnumToStringx(input_layout_enum) <<
"\" not supported yet by ControlInput2");
166 _error_(
"Cannot return a TriaInput2");
168 return xDynamicCast<TriaInput2*>(this->
values);
176 _error_(
"Cannot return a PentaInput2");
178 return xDynamicCast<PentaInput2*>(this->
values);
184 if(strcmp(data,
"value")==0){
188 else if(strcmp(data,
"savedvalues")==0){
192 else if (strcmp(data,
"lowerbound")==0){
196 else if (strcmp(data,
"upperbound")==0){
200 else if (strcmp(data,
"gradient")==0){
205 _error_(
"Data " << data <<
" not supported yet");
#define _printf_(StreamArgs)
#define MARSHALLING_ENUM(EN)
const char * EnumToStringx(int enum_in)
#define _error_(StreamArgs)