source:
issm/oecreview/Archive/23185-23389/ISSM-23322-23323.diff@
23390
Last change on this file since 23390 was 23390, checked in by , 6 years ago | |
---|---|
File size: 631 bytes |
-
../trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp
70 70 IssmDouble inv_s_stat =1.0/s_stat; 71 71 IssmDouble inv_sqrt2 =1.0/sqrt(2.0); 72 72 73 #if defined(_HAVE_ADOLC_)73 #if !defined(_HAVE_ADOLC_) 74 74 pdd=pdd+(s_stat*inv_sqrt2pi*exp(-0.5*pow(tstar*inv_s_stat,2)) 75 75 +0.5*tstar*erfc(-tstar*inv_s_stat*inv_sqrt2))*inv_twelve; 76 76 #else
Note:
See TracBrowser
for help on using the repository browser.