Changeset 13055 for issm/trunk-jpl/src/c/classes/gauss/GaussTria.cpp
- Timestamp:
- 08/15/12 18:02:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/gauss/GaussTria.cpp ¶
r13036 r13055 80 80 } 81 81 else 82 _error _("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")");82 _error2_("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")"); 83 83 84 84 /*Initialize static fields as undefined*/ … … 178 178 } 179 179 else 180 _error _("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")");180 _error2_("The 2 indices provided are not supported yet (user provided " << index1 << " and " << index2 << ")"); 181 181 182 182 } … … 241 241 break; 242 242 default: 243 _error _("vertex index should be in [0 2]");243 _error2_("vertex index should be in [0 2]"); 244 244 245 245 }
Note:
See TracChangeset
for help on using the changeset viewer.