Ignore:
Timestamp:
09/01/20 14:46:34 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/Inputs/TransientInput.cpp ΒΆ

    r25506 r25507  
    116116/*}}}*/
    117117int  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 }
    134118/*}}}*/
    135119void TransientInput::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/
Note: See TracChangeset for help on using the changeset viewer.