Changeset 26084


Ignore:
Timestamp:
03/12/21 14:09:35 (4 years ago)
Author:
Eric.Larour
Message:

CHG: added exception for 3Dsurface domain type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/cores/depthaverage_core.cpp

    r25680 r26084  
    2323
    2424        /*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){
    2626                InputDuplicatex(femmodel,inputenum,input_average_enum);
    2727                return;
Note: See TracChangeset for help on using the changeset viewer.