source: issm/oecreview/Archive/12678-13393/ISSM-12992-12993.diff@ 13394

Last change on this file since 13394 was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 1.7 KB
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp

     
    6565        if (!(  (nlhs==6) || (nrhs==5))){
    6666                mexPrintf("   %s format error.\n", __FUNCT__);
    6767                TriMeshProcessRiftsUsage();
    68                 _error_("bad usage");
     68                _error2_("bad usage");
    6969        }
    7070
    7171        /*Fetch index_in: */
     
    8080                }
    8181        }
    8282        else{
    83                 _error_("first argument should be the element list");
     83                _error2_("first argument should be the element list");
    8484        }
    8585
    8686        /*Fetch x_in: */
     
    9393                }
    9494        }
    9595        else{
    96                 _error_("second argument should be the x corrdinate list");
     96                _error2_("second argument should be the x corrdinate list");
    9797        }
    9898
    9999        /*Fetch y_in: */
     
    105105                }
    106106        }
    107107        else{
    108                 _error_("third argument should be the y corrdinate list");
     108                _error2_("third argument should be the y corrdinate list");
    109109        }       
    110110
    111111        /*Fetch segments_in: */
     
    120120                }
    121121        }
    122122        else{
    123                 _error_("fourth argument should be the segments list");
     123                _error2_("fourth argument should be the segments list");
    124124        }
    125125
    126126        /*Fetch segment markers: */
     
    132132                }
    133133        }
    134134        else{
    135                 _error_("fourth argument should be the segmentmarkers list");
     135                _error2_("fourth argument should be the segmentmarkers list");
    136136        }
    137137
    138138        /*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.