Rev | Line | |
---|
[12325] | 1 | Index: /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.