Changeset 26089
- Timestamp:
- 03/12/21 16:46:44 (4 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/MasstransportAnalysis.cpp
r26079 r26089 927 927 xDelete<IssmDouble>(bed); 928 928 xDelete<int>(doflist); 929 if(domaintype!=Domain2DhorizontalEnum ){basalelement->DeleteMaterials(); delete basalelement;};929 if(domaintype!=Domain2DhorizontalEnum && domaintype!=Domain3DsurfaceEnum){basalelement->DeleteMaterials(); delete basalelement;}; 930 930 }/*}}}*/ 931 931 void MasstransportAnalysis::UpdateConstraints(FemModel* femmodel){/*{{{*/ -
issm/trunk-jpl/src/c/cores/extrudefromtop_core.cpp
r21799 r26089 23 23 /*If this is a 2D horizontal domain, return (no need to extrude)*/ 24 24 if(domaintype==Domain2DhorizontalEnum) return; 25 if(domaintype==Domain3DsurfaceEnum) return; 25 26 26 27 /*Special method for Penta, otherwise call solution sequence*/
Note:
See TracChangeset
for help on using the changeset viewer.