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/Loads/Penpair.h ΒΆ

    r8800 r9777  
    3737                int   Id();
    3838                int   MyRank();
     39                #ifdef _SERIAL_
    3940                void  Marshall(char** pmarshalled_dataset);
    4041                int   MarshallSize();
    4142                void  Demarshall(char** pmarshalled_dataset);
     43                #endif
    4244                int   Enum();
    4345                Object* copy();
Note: See TracChangeset for help on using the changeset viewer.