Changeset 12052


Ignore:
Timestamp:
04/18/12 15:37:59 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/matlab/io/FetchMatlabData.cpp ΒΆ

    r12051 r12052  
    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
Note: See TracChangeset for help on using the changeset viewer.