Changeset 3332 for issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
- Timestamp:
- 03/24/10 16:53:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
r2627 r3332 55 55 if((nlhs!=1 && nlhs!=2) || (nrhs!=NRHS)){ 56 56 ContourToMeshUsage(); 57 throw ErrorException(__FUNCT__," usage. See above");57 ISSMERROR(" usage. See above"); 58 58 } 59 59 … … 110 110 WriteData(PLHS1,in_elem); 111 111 } 112 else throw ErrorException(__FUNCT__," wrong interpolation type");112 else ISSMERROR(" wrong interpolation type"); 113 113 114 114 /*end module: */
Note:
See TracChangeset
for help on using the changeset viewer.