Changeset 9777 for issm/trunk/src/c/objects/Inputs/IntInput.h
- Timestamp:
- 09/12/11 13:11:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Inputs/IntInput.h
r8592 r9777 31 31 int Id(); 32 32 int MyRank(); 33 #ifdef _SERIAL_ 33 34 void Marshall(char** pmarshalled_dataset); 34 35 int MarshallSize(); 35 36 void Demarshall(char** pmarshalled_dataset); 37 #endif 36 38 int Enum(); 37 39 Object* copy();
Note:
See TracChangeset
for help on using the changeset viewer.