source:
issm/oecreview/Archive/12041-12060/ISSM-12051-12052.diff@
12325
Last change on this file since 12325 was 12325, checked in by , 13 years ago | |
---|---|
File size: 626 bytes |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/matlab/io/FetchMatlabData.cpp
621 621 Options* options=new Options(); 622 622 623 623 /*Fetch all options*/ 624 for (i =istart; i<nrhs; i=i+2){624 for (int i=istart; i<nrhs; i=i+2){ 625 625 if (!mxIsClass(pdataref[i],"char")) _error_("Argument %d must be name of option",i+1); 626 626 627 627 FetchData(&name,pdataref[i]);
Note:
See TracBrowser
for help on using the repository browser.