Changeset 16735


Ignore:
Timestamp:
11/13/13 11:22:06 (11 years ago)
Author:
seroussi
Message:

BUG: meshtype not recovered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp

    r16717 r16735  
    211211        /*For pressure: we have not computed pressure in this analysis, for this element. We are in 2D,
    212212         *so the pressure is just the pressure at the bedrock: */
    213         rho_ice = element->GetMaterialParameter(MaterialsRhoIceEnum);
    214         g       = element->GetMaterialParameter(ConstantsGEnum);
     213        rho_ice  = element->GetMaterialParameter(MaterialsRhoIceEnum);
     214        g        = element->GetMaterialParameter(ConstantsGEnum);
     215        element->FindParam(&meshtype,MeshTypeEnum);
    215216        switch(meshtype){
    216217                case Mesh2DhorizontalEnum:
Note: See TracChangeset for help on using the changeset viewer.