Ignore:
Timestamp:
09/19/18 15:10:06 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: error message IF adolc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp

    r23322 r23323  
    7171    IssmDouble inv_sqrt2   =1.0/sqrt(2.0);
    7272
    73          #if defined(_HAVE_ADOLC_)
     73         #if !defined(_HAVE_ADOLC_)
    7474    pdd=pdd+(s_stat*inv_sqrt2pi*exp(-0.5*pow(tstar*inv_s_stat,2))
    7575                                 +0.5*tstar*erfc(-tstar*inv_s_stat*inv_sqrt2))*inv_twelve;
Note: See TracChangeset for help on using the changeset viewer.