Changeset 21952
- Timestamp:
- 08/15/17 10:31:26 (8 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 8 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/FemModel.cpp
r21930 r21952 2295 2295 int elementswidth = this->GetElementsWidth();//just tria elements in this version 2296 2296 int amrtype; 2297 bool isgroundingline; 2297 2298 2298 2299 /*Branch to specific amr depending on requested method*/ … … 2411 2412 2412 2413 /*Adjust base, thickness and mask grounded ice leve set*/ 2413 if(true) this->AdjustBaseThicknessAndMask(); 2414 this->parameters->FindParam(&isgroundingline,TransientIsgroundinglineEnum); 2415 if(isgroundingline) this->AdjustBaseThicknessAndMask(); 2414 2416 2415 2417 /*Reset current configuration: */
Note:
See TracChangeset
for help on using the changeset viewer.