Ignore:
Timestamp:
03/30/12 11:04:02 (13 years ago)
Author:
seroussi
Message:

removed loop in enthalpy -> use transient for transient enthalpy models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/solutions.h

    r11822 r11823  
    2222void thermal_core_step(FemModel* femmodel,int step=0, double time=0);
    2323void enthalpy_core(FemModel* femmodel);
    24 void enthalpy_core_step(FemModel* femmodel,int step, double time);
     24void enthalpy_core_step(FemModel* femmodel,int step=0, double time=0);
    2525void surfaceslope_core(FemModel* femmodel);
    2626void bedslope_core(FemModel* femmodel);
Note: See TracChangeset for help on using the changeset viewer.