Changeset 18948


Ignore:
Timestamp:
12/05/14 10:26:46 (10 years ago)
Author:
seroussi
Message:

BUG: forgot GetRho functions for Dakota

File:
1 edited

Legend:

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

    r18946 r18948  
    33813381                                                /*hydrostatic equilibrium: */
    33823382                                                IssmDouble rho_ice,rho_water,di;
    3383                                                 rho_ice=this->matpar->GetRhoIce();
    3384                                                 rho_water=this->matpar->GetRhoWater();
     3383                                                rho_ice=this->matpar->GetMaterialParameter(MaterialsRhoIceEnum);
     3384                                                rho_water=this->matpar->GetMaterialParameter(MaterialsRhoSeawaterEnum);
    33853385
    33863386                                                di=rho_ice/rho_water;
Note: See TracChangeset for help on using the changeset viewer.