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/Icefront.h

    r9775 r9777  
    4949                int   Id();
    5050                int   MyRank();
     51                #ifdef _SERIAL_
    5152                void  Marshall(char** pmarshalled_dataset);
    5253                int   MarshallSize();
    5354                void  Demarshall(char** pmarshalled_dataset);
     55                #endif
    5456                int   Enum();
    5557                Object* copy();
Note: See TracChangeset for help on using the changeset viewer.