Changeset 2388
- Timestamp:
- 10/07/09 16:26:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
r2333 r2388 52 52 53 53 /*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); 59 55 60 56 /*Fetch inputs: */
Note:
See TracChangeset
for help on using the changeset viewer.