Ignore:
Timestamp:
06/12/09 20:30:55 (16 years ago)
Author:
Eric.Larour
Message:

Include analysis_type in models. Swapped arguments for models and results in processresults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/cielo/prognostic.m

    r971 r972  
    3131        displaystring(md.debug,'\n%s',['load results...']);
    3232        if ~isstruct(md.results), md.results=struct(); end
    33         md.results.prognostic=processresults(results,models);
     33        md.results.prognostic=processresults(models, results);
    3434
    3535        %stop timing
Note: See TracChangeset for help on using the changeset viewer.