Changeset 26921


Ignore:
Timestamp:
03/08/22 12:35:56 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/ExternalResults/GenericExternalResult.h

    r26469 r26921  
    227227} /*}}}*/
    228228template <> inline void GenericExternalResult<bool>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
    229         printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);
    230229        this->GenericMarshall(marshallhandle);
    231230
     
    331330} /*}}}*/
    332331template <> inline void GenericExternalResult<char*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
    333         printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);
    334332        marshallhandle->call(this->id);
    335333        marshallhandle->call(this->result_name);
     
    456454} /*}}}*/
    457455template <> inline void GenericExternalResult<int*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
    458         printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);
    459456
    460457        int object_enum = this->ObjectEnum();
     
    590587} /*}}}*/
    591588template <> inline void GenericExternalResult<IssmPDouble*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/
    592         printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);
    593589
    594590        int object_enum = this->ObjectEnum();
Note: See TracChangeset for help on using the changeset viewer.