Ignore:
Timestamp:
06/21/12 10:10:34 (13 years ago)
Author:
Mathieu Morlighem
Message:

replaced all _error_ to _error2_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Options/OptionDouble.h

    r12473 r12494  
    2828                void  DeepEcho();
    2929                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");};
    3232                int   ObjectEnum(){return OptionDoubleEnum;};
    33                 Object* copy(){_error_("Not implemented yet");};
     33                Object* copy(){_error2_("Not implemented yet");};
    3434                /*}}}*/
    3535
     
    4141                void  Get(int* pvalue);
    4242                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");};
    4646                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");};
    4949
    5050};
Note: See TracChangeset for help on using the changeset viewer.