Changeset 24615


Ignore:
Timestamp:
02/27/20 21:35:01 (5 years ago)
Author:
adhikari
Message:

temporary fix for solid Earth tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Tria.cpp

    r24579 r24615  
    55795579                if(bp_compute_fingerprints)this->SealevelriseEustaticBottomPressure(pSgi,peustatic,latitude,longitude,radius,oceanarea,eartharea);
    55805580        }
    5581         if(!IsIceInElement()){
     5581        //if(!IsIceInElement()){
    55825582                /*there is ice in this eleemnt, let's compute the eustatic response for ice changes:*/
    55835583                this->SealevelriseEustaticIce(pSgi,peustatic,latitude,longitude,radius,oceanarea,eartharea);
    5584         }
     5584        //}
    55855585
    55865586}
Note: See TracChangeset for help on using the changeset viewer.