Changeset 25506 for issm/trunk-jpl/src/c/classes/Materials/Matice.cpp
- Timestamp:
- 09/01/20 13:22:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Materials/Matice.cpp
r25497 r25506 172 172 } 173 173 /*}}}*/ 174 void Matice::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/ 175 176 if(marshallhandle->OperationNumber()==MARSHALLING_LOAD)helement=new Hook(); 177 178 int object_enum = MaticeEnum; 179 marshallhandle->call(object_enum); 180 181 marshallhandle->call(this->mid); 182 marshallhandle->call(this->isdamaged); 183 marshallhandle->call(this->isenhanced); 184 this->helement->Marshall2(marshallhandle); 185 this->element=(Element*)this->helement->delivers(); 186 }/*}}}*/ 174 187 int Matice::ObjectEnum(void){/*{{{*/ 175 188
Note:
See TracChangeset
for help on using the changeset viewer.