Changeset 18131


Ignore:
Timestamp:
06/10/14 13:37:14 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing steadystate runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/control_core.cpp

    r18128 r18131  
    236236        SetControlInputsFromVectorx(femmodel,X);
    237237
     238        /*Compute new temperature at this point*/
     239        if(solution_type==SteadystateSolutionEnum) steadystate_core(femmodel);
     240
    238241        /*Compute Adjoint*/
    239242        AdjointCorePointerFromSolutionEnum(&adjointcore,solution_type);
Note: See TracChangeset for help on using the changeset viewer.