Changeset 25507 for issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp
- Timestamp:
- 09/01/20 14:46:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp ΒΆ
r25506 r25507 116 116 /*}}}*/ 117 117 int TransientInput::Id(void){ return -1; }/*{{{*/ 118 /*}}}*/119 void TransientInput::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/120 121 if (marshall_direction == MARSHALLING_LOAD){122 _error_("not implmented");123 //inputs = new Inputs();124 }125 126 MARSHALLING_ENUM(TransientInputEnum);127 128 MARSHALLING(enum_type);129 MARSHALLING(numtimesteps);130 MARSHALLING_DYNAMIC(this->timesteps,IssmDouble,numtimesteps);131 //inputs->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);132 _error_("not implemented");133 }134 118 /*}}}*/ 135 119 void TransientInput::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.