Changeset 16837
- Timestamp:
- 11/20/13 09:10:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r16813 r16837 378 378 element->EnthalpyToThermal(&temperature[i],&waterfraction[i],values[i],pressure[i]); 379 379 if(waterfraction[i]<0.) _error_("Negative water fraction found in solution vector"); 380 //if(waterfraction[i]>1.) _error_("Water fraction >1 found in solution vector");380 if(waterfraction[i]>1.) _error_("Water fraction >1 found in solution vector"); 381 381 } 382 382 element->AddInput(EnthalpyEnum,values,P1Enum);
Note:
See TracChangeset
for help on using the changeset viewer.