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

CHG: cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Inputs/DatasetInput.cpp

    r25506 r25507  
    8181int  DatasetInput::Id(void){ return -1; }/*{{{*/
    8282/*}}}*/
    83 void DatasetInput::Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ /*{{{*/
    84 
    85         MARSHALLING_ENUM(DatasetInputEnum);
    86 
    87         MARSHALLING(numids);
    88         MARSHALLING(this->numberofelements_local);
    89         MARSHALLING(this->numberofvertices_local);
    90         MARSHALLING_DYNAMIC(ids,int,numids);
    91         //if (marshall_direction == MARSHALLING_LOAD) inputs = new Inputs();
    92         //inputs->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
    93         _error_("not implemented");
    94 
    95 }
    96 /*}}}*/
    9783void DatasetInput::Marshall2(MarshallHandle* marshallhandle){ /*{{{*/
    9884
Note: See TracChangeset for help on using the changeset viewer.