Ignore:
Timestamp:
09/12/11 13:11:44 (14 years ago)
Author:
Eric.Larour
Message:

Discarded Marshall, Demarshall and MarshallSize routines for parallel compilation, where it is never used.
Only activated according to _SERIAL_ symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/objects/Inputs/IntInput.cpp

    r9320 r9777  
    5454}
    5555/*}}}*/
     56#ifdef _SERIAL_
    5657/*FUNCTION IntInput::Marshall{{{1*/
    5758void  IntInput::Marshall(char** pmarshalled_dataset){
     
    103104}
    104105/*}}}*/
     106#endif
    105107/*FUNCTION IntInput::Enum{{{1*/
    106108int IntInput::Enum(void){
Note: See TracChangeset for help on using the changeset viewer.