Ignore:
Timestamp:
08/14/12 16:58:21 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renaming _error2_ _error_

File:
1 edited

Legend:

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

    r12832 r13036  
    125125        /*We should first check that the size is one*/
    126126        if(this->NumEl()!=1){
    127                 _error2_("option \"" << this->name << "\" has " << this->NumEl() << " elements and cannot return a single int");
     127                _error_("option \"" << this->name << "\" has " << this->NumEl() << " elements and cannot return a single int");
    128128        }
    129129
     
    137137        /*We should first check that the size is one*/
    138138        if(this->NumEl()!=1){
    139                 _error2_("option \"" << this->name << "\" has " << this->NumEl() << " elements and cannot return a single IssmDouble");
     139                _error_("option \"" << this->name << "\" has " << this->NumEl() << " elements and cannot return a single IssmDouble");
    140140        }
    141141
     
    149149        /*We should first check that the size is at least one*/
    150150        if(this->NumEl()<=0){
    151                 _error2_("option \"" << this->name << "\" is empty and cannot return a IssmDouble vector");
     151                _error_("option \"" << this->name << "\" is empty and cannot return a IssmDouble vector");
    152152        }
    153153
Note: See TracChangeset for help on using the changeset viewer.