Changeset 17794


Ignore:
Timestamp:
04/21/14 15:38:38 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: options is not a struct anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/solve/solve.m

    r17790 r17794  
    133133%post processes qmu results if necessary
    134134if md.qmu.isdakota,
    135         if ~strncmpi(options.keep,'y',1)
     135        if ~strncmpi(getfieldvalue(options,'keep','y'),'y',1)
    136136                system(['rm -rf qmu' num2str(feature('GetPid'))]);
    137137        end
Note: See TracChangeset for help on using the changeset viewer.