Changeset 26921
- Timestamp:
- 03/08/22 12:35:56 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/ExternalResults/GenericExternalResult.h
r26469 r26921 227 227 } /*}}}*/ 228 228 template <> inline void GenericExternalResult<bool>::Marshall(MarshallHandle* marshallhandle){/*{{{*/ 229 printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);230 229 this->GenericMarshall(marshallhandle); 231 230 … … 331 330 } /*}}}*/ 332 331 template <> inline void GenericExternalResult<char*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/ 333 printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);334 332 marshallhandle->call(this->id); 335 333 marshallhandle->call(this->result_name); … … 456 454 } /*}}}*/ 457 455 template <> inline void GenericExternalResult<int*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/ 458 printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);459 456 460 457 int object_enum = this->ObjectEnum(); … … 590 587 } /*}}}*/ 591 588 template <> inline void GenericExternalResult<IssmPDouble*>::Marshall(MarshallHandle* marshallhandle){/*{{{*/ 592 printf("-------------- file: GenericExternalResult.h line: %i\n",__LINE__);593 589 594 590 int object_enum = this->ObjectEnum();
Note:
See TracChangeset
for help on using the changeset viewer.