Changeset 2388


Ignore:
Timestamp:
10/07/09 16:26:56 (15 years ago)
Author:
Mathieu Morlighem
Message:

added help function

File:
1 edited

Legend:

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

    r2333 r2388  
    5252
    5353        /*checks on arguments on the matlab side: */
    54         //CheckNumMatlabArguments(nlhs,NLHS,nrhs,NRHS,__FUNCT__,&ContourToMeshUsage); Cant' use it here, as we have variable  outputs.
    55         if((nlhs==0) && (nrhs=0)){
    56                 ContourToMeshUsage();
    57                 throw ErrorException(__FUNCT__," usage. See above");
    58         }
     54        CheckNumMatlabArguments(nlhs,NLHS,nrhs,NRHS,__FUNCT__,&ContourToMeshUsage);
    5955
    6056        /*Fetch inputs: */
Note: See TracChangeset for help on using the changeset viewer.