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
RevLine 
[12325]1Index: /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/matlab/io/FetchMatlabData.cpp
2===================================================================
3--- /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/matlab/io/FetchMatlabData.cpp (revision 12051)
4+++ /proj/ice/larour/issm-uci-clean/trunk-jpl/src/c/matlab/io/FetchMatlabData.cpp (revision 12052)
5@@ -621,7 +621,7 @@
6 Options* options=new Options();
7
8 /*Fetch all options*/
9- for (i=istart; i<nrhs; i=i+2){
10+ for (int i=istart; i<nrhs; i=i+2){
11 if (!mxIsClass(pdataref[i],"char")) _error_("Argument %d must be name of option",i+1);
12
13 FetchData(&name,pdataref[i]);
Note: See TracBrowser for help on using the repository browser.