Ignore:
Timestamp:
10/05/20 16:30:06 (4 years ago)
Author:
jdquinn
Message:

CHG: Merging changes from Eric’s branch (still need to get Eric to look at rigid); blocking warning about deprecated ‘register’ in Dakota

File:
1 edited

Legend:

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

    r24541 r25627  
    3030                end
    3131        end
    32         if md.qmu.output,
     32        if md.qmu.output & strcmpi(md.qmu.statistics.method(1).name,'None'),
    3333                if strcmpi(md.qmu.method.method,'nond_sampling'),
    3434                        for i=1:md.qmu.method.params.samples
     
    3636                        end
    3737                end
     38        end
     39        if ~strcmpi(md.qmu.statistics.method(1).name,'None'),
     40                filelist{end+1}=[md.miscellaneous.name '.stats'];
    3841        end
    3942else
Note: See TracChangeset for help on using the changeset viewer.