Changeset 19657
- Timestamp:
- 10/19/15 12:57:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/dakota_out_parse.m
r18564 r19657 81 81 [fline]=findline(fidi,'methodName = '); 82 82 if ~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 84 else 85 % display([' ' deblank(fline)]); 86 87 [ntokens,tokens]=fltokens(fline); 88 method=tokens{1}{3}; 89 display(sprintf('Dakota methodName=''%s''.',method)); 90 end 90 91 91 92 dresp=struct([]);
Note:
See TracChangeset
for help on using the changeset viewer.