Changeset 18517
- Timestamp:
- 09/15/14 04:25:08 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r18484 r18517 588 588 watercolumn_input->GetInputValue(&watercolumn,gauss); 589 589 590 if(( watercolumn<=0.) && (enthalpy<PureIceEnthalpy(element,pressure))){590 if((dt==0.) || ((watercolumn<=0.) && (enthalpy<PureIceEnthalpy(element,pressure)))){ 591 591 /* the above check is equivalent to 592 592 NOT [(watercolumn>0.) AND (enthalpy<PIE)] AND (enthalpy<PIE)*/
Note:
See TracChangeset
for help on using the changeset viewer.