Changeset 19657


Ignore:
Timestamp:
10/19/15 12:57:03 (9 years ago)
Author:
Eric.Larour
Message:

CHG: methodName may not be found in version Dakota 6+, so ignore.

File:
1 edited

Legend:

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

    r18564 r19657  
    8181[fline]=findline(fidi,'methodName = ');
    8282if ~ischar(fline)
    83     return
    84 end
    85 % display(['  ' deblank(fline)]);
    86 
    87 [ntokens,tokens]=fltokens(fline);
    88 method=tokens{1}{3};
    89 display(sprintf('Dakota methodName=''%s''.',method));
     83        %do nothing
     84else
     85        % display(['  ' deblank(fline)]);
     86
     87        [ntokens,tokens]=fltokens(fline);
     88        method=tokens{1}{3};
     89        display(sprintf('Dakota methodName=''%s''.',method));
     90end
    9091
    9192dresp=struct([]);
Note: See TracChangeset for help on using the changeset viewer.