source:
issm/oecreview/Archive/12678-13393/ISSM-12992-12993.diff@
13394
Last change on this file since 13394 was 13394, checked in by , 13 years ago | |
---|---|
File size: 1.7 KB |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp
65 65 if (!( (nlhs==6) || (nrhs==5))){ 66 66 mexPrintf(" %s format error.\n", __FUNCT__); 67 67 TriMeshProcessRiftsUsage(); 68 _error _("bad usage");68 _error2_("bad usage"); 69 69 } 70 70 71 71 /*Fetch index_in: */ … … 80 80 } 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 86 86 /*Fetch x_in: */ … … 93 93 } 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 99 99 /*Fetch y_in: */ … … 105 105 } 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 111 111 /*Fetch segments_in: */ … … 120 120 } 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 126 126 /*Fetch segment markers: */ … … 132 132 } 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 138 138 /*First, do some fixing on the existing mesh: we do not want any element belonging entirely to the segment list (ie:
Note:
See TracBrowser
for help on using the repository browser.