Changeset 25625


Ignore:
Timestamp:
10/02/20 11:38:53 (4 years ago)
Author:
Eric.Larour
Message:

CHG: post qmu phase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/branches/trunk-larour-SLPS2020/src/m/qmu/postqmu.m

    r25163 r25625  
    3636end
    3737
    38 if md.qmu.output,
     38if md.qmu.output & strcmpi(md.qmu.statistics.method(1).name,'None'),
    3939        if strcmpi(md.qmu.method.method,'nond_sampling'),
    4040                dakotaresults.modelresults={};
     
    4646                end
    4747        end
     48end
     49if ~strcmpi(md.qmu.statistics.method(1).name,'None'),
     50        md.qmu.isdakota=0;
     51        md=loadresultsfromdisk(md,[md.miscellaneous.name,'.stats']);
     52        md.qmu.isdakota=1;
    4853end
    4954
Note: See TracChangeset for help on using the changeset viewer.