Changeset 693


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

first fix of thermal

Location:
issm/trunk/src/c/parallel
Files:
3 edited

Legend:

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

    r643 r693  
    3636                pfclose(fid,filename);
    3737        }
    38 
    3938}
  • issm/trunk/src/c/parallel/ProcessResults.cpp

    r675 r693  
    286286        *presults=newresults;
    287287}
    288 
  • issm/trunk/src/c/parallel/thermal.cpp

    r667 r693  
    8686        inputs->Add("dt",dt);
    8787
     88        _printf_("initialize results:\n");
     89        results=new DataSet(ResultsEnum());
     90
    8891        //erase velocities and pressure embedded in parameters
    8992        param=(Param*)femmodels[0].parameters->FindParamObject("u_g");
     
    115118                #endif
    116119        }
    117 
    118120       
    119121        _printf_("process results:\n");
    120         ProcessResults(&results,&femmodels[0],DiagnosticAnalysisEnum());
     122        ProcessResults(&results,&femmodels[0],ThermalAnalysisEnum());
    121123       
    122124        _printf_("write results to disk:\n");
Note: See TracChangeset for help on using the changeset viewer.