source: issm/oecreview/Archive/12041-12060/ISSM-12051-12052.diff@ 12325

Last change on this file since 12325 was 12325, checked in by Eric.Larour, 13 years ago

11990 to 12321 oec compliance

File size: 626 bytes
  • proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/matlab/io/FetchMatlabData.cpp

     
    621621        Options* options=new Options();
    622622
    623623        /*Fetch all options*/
    624         for (i=istart; i<nrhs; i=i+2){
     624        for (int i=istart; i<nrhs; i=i+2){
    625625                if (!mxIsClass(pdataref[i],"char")) _error_("Argument %d must be name of option",i+1);
    626626
    627627                FetchData(&name,pdataref[i]);
Note: See TracBrowser for help on using the repository browser.