Changeset 692


Ignore:
Timestamp:
06/02/09 08:04:53 (16 years ago)
Author:
Mathieu Morlighem
Message:

fixed prognostic output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/parallel/prognostic.cpp

    r667 r692  
    8989        inputs->Add("dt",dt);
    9090
     91        _printf_("initialize results:\n");
     92        results=new DataSet(ResultsEnum());
     93
    9194        /*are we running the solutoin sequence, or a qmu wrapper around it? : */
    9295        fem.parameters->FindParam((void*)&qmu_analysis,"qmu_analysis");
     
    99102        }
    100103        else{
     104
    101105                /*run qmu analysis: */
    102106                _printf_("calling qmu analysis on prognostic core:\n");
     
    109113        }
    110114
    111 
    112                 _printf_("process results:\n");
    113         ProcessResults(&results,&fem,DiagnosticAnalysisEnum());
     115        _printf_("process results:\n");
     116        ProcessResults(&results,&fem,PrognosticAnalysisEnum());
    114117       
    115118        _printf_("write results to disk:\n");
Note: See TracChangeset for help on using the changeset viewer.