Ignore:
Timestamp:
08/28/09 18:07:09 (16 years ago)
Author:
Eric.Larour
Message:

postqmu: now inputs results from qmu into md.results.dakota.
testsgetfields: now requests comparison of importancefactors for nighly runs of dakota;
tres: now transfers qmu_analysis results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/tres.m

    r1869 r2051  
    1616                md.riftproperties=md.results.diagnostic.riftproperties;
    1717        end
     18elseif strcmpi(string,'dakota'),
     19        md.dakotaresults=md.results.dakota;
    1820elseif strcmpi(string,'steadystate'),
    1921        md.vx=md.results.steadystate.vx;
Note: See TracChangeset for help on using the changeset viewer.