Changeset 24759


Ignore:
Timestamp:
04/29/20 08:12:55 (5 years ago)
Author:
Eric.Larour
Message:

CHG: descriptors missing for best parameters section in bayes_calibration runs.

File:
1 edited

Legend:

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

    r22710 r24759  
    793793                                [ntokens,tokens]=fltokens(fline);
    794794                                dresp.best.param     (end+1,1)=        tokens{1}{1};
    795                                 dresp.best.descriptor(end+1,1)=cellstr(tokens{1}{2});
     795                                %dresp.best.descriptor(end+1,1)=cellstr(tokens{1}{2}); this line is wrong, there is no descriptor
    796796                                fline=fgetl(fidi);
    797797                        end
Note: See TracChangeset for help on using the changeset viewer.