Ignore:
Timestamp:
03/24/10 16:53:27 (15 years ago)
Author:
Mathieu Morlighem
Message:

Do not use throw ErrorException -> ISSMERROR macro
Removed all FUNCT definitions (now useless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp

    r2627 r3332  
    5555        if((nlhs!=1 && nlhs!=2) || (nrhs!=NRHS)){
    5656                ContourToMeshUsage();
    57                 throw ErrorException(__FUNCT__," usage. See above");
     57                ISSMERROR(" usage. See above");
    5858        }
    5959
     
    110110                WriteData(PLHS1,in_elem);
    111111        }
    112         else throw ErrorException(__FUNCT__," wrong interpolation type");
     112        else ISSMERROR(" wrong interpolation type");
    113113
    114114        /*end module: */
Note: See TracChangeset for help on using the changeset viewer.