source: issm/oecreview/Archive/16554-17801/ISSM-16734-16735.diff@ 17802

Last change on this file since 17802 was 17802, checked in by Mathieu Morlighem, 11 years ago

Added archives

File size: 876 bytes
  • ../trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp

     
    210210
    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:
    217218                        element->GetInputListOnNodes(&thickness[0],ThicknessEnum);
Note: See TracBrowser for help on using the repository browser.