Changeset 12494 for issm/trunk-jpl/src/c/objects/Options/OptionDouble.h
- Timestamp:
- 06/21/12 10:10:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Options/OptionDouble.h
r12473 r12494 28 28 void DeepEcho(); 29 29 void DeepEcho(char* indent); 30 int Id(){_error _("Not implemented yet");};31 int MyRank(){_error _("Not implemented yet");};30 int Id(){_error2_("Not implemented yet");}; 31 int MyRank(){_error2_("Not implemented yet");}; 32 32 int ObjectEnum(){return OptionDoubleEnum;}; 33 Object* copy(){_error _("Not implemented yet");};33 Object* copy(){_error2_("Not implemented yet");}; 34 34 /*}}}*/ 35 35 … … 41 41 void Get(int* pvalue); 42 42 void Get(IssmPDouble* pvalue); 43 void Get(bool* pvalue){ _error _("An OptionDouble object cannot return a bool");};44 void Get(char** pvalue){ _error _("An OptionDouble object cannot return a string");};45 void Get(char*** ppvalue,int *pnumel){ _error _("An OptionDouble object cannot return a string vec");};43 void Get(bool* pvalue){ _error2_("An OptionDouble object cannot return a bool");}; 44 void Get(char** pvalue){ _error2_("An OptionDouble object cannot return a string");}; 45 void Get(char*** ppvalue,int *pnumel){ _error2_("An OptionDouble object cannot return a string vec");}; 46 46 void Get(IssmPDouble** pvalue,int* pnumel); 47 void Get(Options** pvalue){ _error _("An OptionDouble object cannot return an Options DataSet");};48 void Get(Options*** ppvalue,int *pnumel){ _error _("An OptionDouble object cannot return an Options DataSet vec");};47 void Get(Options** pvalue){ _error2_("An OptionDouble object cannot return an Options DataSet");}; 48 void Get(Options*** ppvalue,int *pnumel){ _error2_("An OptionDouble object cannot return an Options DataSet vec");}; 49 49 50 50 };
Note:
See TracChangeset
for help on using the changeset viewer.