- Timestamp:
- 09/22/11 10:23:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/ExternalResults/DoubleMatExternalResult.h
r9777 r9883 54 54 void Demarshall(char** pmarshalled_dataset); 55 55 #endif 56 int Enum();56 int ObjectEnum(); 57 57 Object* copy(); 58 58 /*}}}*/ 59 59 /*ExternalResult managemnet: {{{1*/ 60 int EnumType(){return enum_type;}60 int InstanceEnum(){return enum_type;} 61 61 void WriteData(FILE* fid,bool io_gather); 62 62 char* GetResultName(void);
Note:
See TracChangeset
for help on using the changeset viewer.