Changeset 26084
- Timestamp:
- 03/12/21 14:09:35 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/cores/depthaverage_core.cpp
r25680 r26084 23 23 24 24 /*If this is a 2D horizontal domain: no need to do anything, just copy input*/ 25 if(domaintype==Domain2DhorizontalEnum ){25 if(domaintype==Domain2DhorizontalEnum || domaintype==Domain3DsurfaceEnum){ 26 26 InputDuplicatex(femmodel,inputenum,input_average_enum); 27 27 return;
Note:
See TracChangeset
for help on using the changeset viewer.