- Timestamp:
- 08/13/12 09:04:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp
r12517 r12993 66 66 mexPrintf(" %s format error.\n", __FUNCT__); 67 67 TriMeshProcessRiftsUsage(); 68 _error _("bad usage");68 _error2_("bad usage"); 69 69 } 70 70 … … 81 81 } 82 82 else{ 83 _error _("first argument should be the element list");83 _error2_("first argument should be the element list"); 84 84 } 85 85 … … 94 94 } 95 95 else{ 96 _error _("second argument should be the x corrdinate list");96 _error2_("second argument should be the x corrdinate list"); 97 97 } 98 98 … … 106 106 } 107 107 else{ 108 _error _("third argument should be the y corrdinate list");108 _error2_("third argument should be the y corrdinate list"); 109 109 } 110 110 … … 121 121 } 122 122 else{ 123 _error _("fourth argument should be the segments list");123 _error2_("fourth argument should be the segments list"); 124 124 } 125 125 … … 133 133 } 134 134 else{ 135 _error _("fourth argument should be the segmentmarkers list");135 _error2_("fourth argument should be the segmentmarkers list"); 136 136 } 137 137
Note:
See TracChangeset
for help on using the changeset viewer.