Changeset 11351


Ignore:
Timestamp:
02/07/12 15:22:58 (13 years ago)
Author:
seroussi
Message:

minor

Location:
issm/trunk-jpl/src/c/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Elements/Penta.cpp

    r11347 r11351  
    43314331                        matpar->EnthalpyToThermal(&temperatures[i],&waterfraction[i],values[i],pressure[i]);
    43324332                        if(waterfraction[i]<0) _error_("Negative water fraction found in solution vector");
    4333                 //      if(waterfraction[i]>1) _error_("Water fraction >1 found in solution vector");
     4333                        if(waterfraction[i]>1) _error_("Water fraction >1 found in solution vector");
    43344334                }
    43354335                       
  • issm/trunk-jpl/src/c/objects/Materials/Matpar.cpp

    r11347 r11351  
    420420        }
    421421        else{
    422                 return 1*thermalconductivity/(rho_ice*heatcapacity);
     422                return 0.1*thermalconductivity/(rho_ice*heatcapacity);
    423423        }
    424424}
Note: See TracChangeset for help on using the changeset viewer.