Changeset 692
- Timestamp:
- 06/02/09 08:04:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/parallel/prognostic.cpp
r667 r692 89 89 inputs->Add("dt",dt); 90 90 91 _printf_("initialize results:\n"); 92 results=new DataSet(ResultsEnum()); 93 91 94 /*are we running the solutoin sequence, or a qmu wrapper around it? : */ 92 95 fem.parameters->FindParam((void*)&qmu_analysis,"qmu_analysis"); … … 99 102 } 100 103 else{ 104 101 105 /*run qmu analysis: */ 102 106 _printf_("calling qmu analysis on prognostic core:\n"); … … 109 113 } 110 114 111 112 _printf_("process results:\n"); 113 ProcessResults(&results,&fem,DiagnosticAnalysisEnum()); 115 _printf_("process results:\n"); 116 ProcessResults(&results,&fem,PrognosticAnalysisEnum()); 114 117 115 118 _printf_("write results to disk:\n");
Note:
See TracChangeset
for help on using the changeset viewer.