- Timestamp:
- 09/20/12 18:08:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Options/GenericOption.h
r13293 r13414 29 29 public: 30 30 31 char *name;32 OptionType value;31 char *name; 32 OptionType value; 33 33 34 int numel;//in case OptionType is an array35 int ndims;//in case OptionType is a multi-dimensional array: */36 int *size;34 int numel; //in case OptionType is an array 35 int ndims; //in case OptionType is a multi-dimensional array: */ 36 int *size; 37 37 38 38 /*GenericOption constructors, destructors*/ … … 81 81 } /*}}}*/ 82 82 int Id(){_error_("Not implemented yet");}; 83 int MyRank(){_error_("Not implemented yet");};84 83 int ObjectEnum(){return GenericOptionEnum;}; 85 84 Object* copy(){_error_("Not implemented yet");};
Note:
See TracChangeset
for help on using the changeset viewer.