Changeset 12993


Ignore:
Timestamp:
08/13/12 09:04:11 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving _error_ to _error2_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp

    r12517 r12993  
    6666                mexPrintf("   %s format error.\n", __FUNCT__);
    6767                TriMeshProcessRiftsUsage();
    68                 _error_("bad usage");
     68                _error2_("bad usage");
    6969        }
    7070
     
    8181        }
    8282        else{
    83                 _error_("first argument should be the element list");
     83                _error2_("first argument should be the element list");
    8484        }
    8585
     
    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
     
    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
     
    121121        }
    122122        else{
    123                 _error_("fourth argument should be the segments list");
     123                _error2_("fourth argument should be the segments list");
    124124        }
    125125
     
    133133        }
    134134        else{
    135                 _error_("fourth argument should be the segmentmarkers list");
     135                _error2_("fourth argument should be the segmentmarkers list");
    136136        }
    137137
Note: See TracChangeset for help on using the changeset viewer.