source:
issm/oecreview/Archive/18296-19100/ISSM-18946-18947.diff@
19102
Last change on this file since 19102 was 19102, checked in by , 10 years ago | |
---|---|
File size: 706 bytes |
-
../trunk-jpl/src/c/classes/Elements/Tria.cpp
3252 3252 if (this->IsFloating()){ 3253 3253 /*hydrostatic equilibrium: */ 3254 3254 IssmDouble rho_ice,rho_water,di; 3255 rho_ice = this->matpar->Get RhoIce();3256 rho_water = this->matpar->Get RhoWater();3255 rho_ice = this->matpar->GetMaterialParameter(MaterialsRhoIceEnum); 3256 rho_water = this->matpar->GetMaterialParameter(MaterialsRhoSeawaterEnum); 3257 3257 di = rho_ice/rho_water; 3258 3258 3259 3259 /*build new thickness: */
Note:
See TracBrowser
for help on using the repository browser.