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

    r5772 r9777  
    4343                void  Echo(void);
    4444                void  DeepEcho(void);
     45                #ifdef _SERIAL_
    4546                void  Marshall(char** pmarshalled_dataset);
    4647                int   MarshallSize();
    4748                void  Demarshall(char** pmarshalled_dataset);
     49                #endif
    4850                void  copy(DofIndexing* properties);
    4951                /*}}}*/
Note: See TracChangeset for help on using the changeset viewer.