Changeset 18948
- Timestamp:
- 12/05/14 10:26:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r18946 r18948 3381 3381 /*hydrostatic equilibrium: */ 3382 3382 IssmDouble rho_ice,rho_water,di; 3383 rho_ice=this->matpar->Get RhoIce();3384 rho_water=this->matpar->Get RhoWater();3383 rho_ice=this->matpar->GetMaterialParameter(MaterialsRhoIceEnum); 3384 rho_water=this->matpar->GetMaterialParameter(MaterialsRhoSeawaterEnum); 3385 3385 3386 3386 di=rho_ice/rho_water;
Note:
See TracChangeset
for help on using the changeset viewer.