Ignore:
Timestamp:
07/29/19 02:00:49 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/matlab/io/FetchMatlabData.cpp

    r23649 r24107  
    436436        Contour<double> *contouri    = NULL;
    437437
    438         if (mxIsClass(dataref,"char")){
     438        if(mxIsClass(dataref,"char")){
    439439                FetchData(&contourname,dataref);
    440440                contours=ExpRead<double>(contourname);
Note: See TracChangeset for help on using the changeset viewer.