source: issm/oecreview/Archive/23185-23389/ISSM-23322-23323.diff

Last change on this file was 23390, checked in by Mathieu Morlighem, 6 years ago

CHG: added Archive/23185-23389

File size: 631 bytes
  • ../trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp

     
    7070    IssmDouble inv_s_stat  =1.0/s_stat;
    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;
    7676         #else
Note: See TracBrowser for help on using the repository browser.