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
  • issm/trunk/src/c/objects/Loads/Numericalflux.h

    r8800 r9777  
    4545                int   Id();
    4646                int   MyRank();
     47                #ifdef _SERIAL_
    4748                void  Marshall(char** pmarshalled_dataset);
    4849                int   MarshallSize();
    4950                void  Demarshall(char** pmarshalled_dataset);
     51                #endif
    5052                int   Enum();
    5153                Object* copy();
Note: See TracChangeset for help on using the changeset viewer.