Ignore:
Timestamp:
09/01/20 13:22:48 (5 years ago)
Author:
Mathieu Morlighem
Message:

NEW: new way of Marshalling femmodel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Materials/Matice.cpp

    r25497 r25506  
    172172}
    173173/*}}}*/
     174void      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}/*}}}*/
    174187int       Matice::ObjectEnum(void){/*{{{*/
    175188
Note: See TracChangeset for help on using the changeset viewer.