Changeset 25627 for issm/trunk-jpl/src/m/solve/loadresultsfromcluster.m
- Timestamp:
- 10/05/20 16:30:06 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/m/solve/loadresultsfromcluster.m ¶
r24541 r25627 30 30 end 31 31 end 32 if md.qmu.output ,32 if md.qmu.output & strcmpi(md.qmu.statistics.method(1).name,'None'), 33 33 if strcmpi(md.qmu.method.method,'nond_sampling'), 34 34 for i=1:md.qmu.method.params.samples … … 36 36 end 37 37 end 38 end 39 if ~strcmpi(md.qmu.statistics.method(1).name,'None'), 40 filelist{end+1}=[md.miscellaneous.name '.stats']; 38 41 end 39 42 else
Note:
See TracChangeset
for help on using the changeset viewer.