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/Params/IntMatParam.h

    r9356 r9777  
    4343                int   Id();
    4444                int   MyRank();
     45                #ifdef _SERIAL_
    4546                void  Marshall(char** pmarshalled_dataset);
    4647                int   MarshallSize();
    4748                void  Demarshall(char** pmarshalled_dataset);
     49                #endif
    4850                int   Enum();
    4951                Object* copy();
Note: See TracChangeset for help on using the changeset viewer.