Changeset 1818


Ignore:
Timestamp:
08/24/09 17:43:51 (16 years ago)
Author:
Eric.Larour
Message:

Brachning back from issm.controlstatic, by hand

File:
1 edited

Legend:

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

    r713 r1818  
    1313#include "../issm.h"
    1414
    15 void thermal_core(DataSet* results,FemModel* fems, ParameterInputs* inputs){
     15void thermal_core(DataSet* results,Model* model, ParameterInputs* inputs){
    1616
    1717        extern int my_rank;
     
    4646
    4747        /*recover fem models: */
    48         fem_t=fems+0;
    49         fem_m=fems+1;
     48        fem_t=model->Thermal();
     49        fem_m=model->Melting();
    5050
    5151        //first recover parameters common to all solutions
Note: See TracChangeset for help on using the changeset viewer.