Changeset 20655
- Timestamp:
- 05/26/16 10:21:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
r20645 r20655 122 122 bool isgroundingline; 123 123 bool ismovingfront; 124 bool issmb; 124 125 125 126 /*Fetch data needed: */ … … 128 129 iomodel->FindConstant(&isgroundingline,TransientIsgroundinglineEnum); 129 130 iomodel->FindConstant(&ismovingfront,TransientIsmovingfrontEnum); 131 iomodel->FindConstant(&issmb,TransientIssmbEnum); 130 132 131 133 /*Finite element type*/ … … 156 158 iomodel->FetchDataToInput(elements,VyEnum); 157 159 160 if(!issmb){ 161 iomodel->FetchDataToInput(elements,SmbMassBalanceEnum); 162 } 158 163 if(stabilization==3){ 159 164 iomodel->FetchDataToInput(elements,MasstransportSpcthicknessEnum); //for DG, we need the spc in the element
Note:
See TracChangeset
for help on using the changeset viewer.