- Timestamp:
- 08/14/12 16:58:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/objects/Options/OptionDouble.cpp
r12832 r13036 125 125 /*We should first check that the size is one*/ 126 126 if(this->NumEl()!=1){ 127 _error 2_("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"); 128 128 } 129 129 … … 137 137 /*We should first check that the size is one*/ 138 138 if(this->NumEl()!=1){ 139 _error 2_("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"); 140 140 } 141 141 … … 149 149 /*We should first check that the size is at least one*/ 150 150 if(this->NumEl()<=0){ 151 _error 2_("option \"" << this->name << "\" is empty and cannot return a IssmDouble vector");151 _error_("option \"" << this->name << "\" is empty and cannot return a IssmDouble vector"); 152 152 } 153 153
Note:
See TracChangeset
for help on using the changeset viewer.