Changeset 20655


Ignore:
Timestamp:
05/26/16 10:21:54 (9 years ago)
Author:
jbondzio
Message:

BUG: fetch smb by default in case no smb is computed internally

File:
1 edited

Legend:

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

    r20645 r20655  
    122122        bool   isgroundingline;
    123123        bool   ismovingfront;
     124        bool   issmb;
    124125
    125126        /*Fetch data needed: */
     
    128129        iomodel->FindConstant(&isgroundingline,TransientIsgroundinglineEnum);
    129130        iomodel->FindConstant(&ismovingfront,TransientIsmovingfrontEnum);
     131        iomodel->FindConstant(&issmb,TransientIssmbEnum);
    130132
    131133        /*Finite element type*/
     
    156158        iomodel->FetchDataToInput(elements,VyEnum);
    157159
     160        if(!issmb){
     161                iomodel->FetchDataToInput(elements,SmbMassBalanceEnum);
     162        }
    158163        if(stabilization==3){
    159164                iomodel->FetchDataToInput(elements,MasstransportSpcthicknessEnum); //for DG, we need the spc in the element
Note: See TracChangeset for help on using the changeset viewer.