Last change
on this file since 23390 was 23390, checked in by Mathieu Morlighem, 6 years ago |
CHG: added Archive/23185-23389
|
File size:
631 bytes
|
Rev | Line | |
---|
[23390] | 1 | Index: ../trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp (revision 23322)
|
---|
| 4 | +++ ../trunk-jpl/src/c/shared/Elements/PddSurfaceMassBalanceSicopolis.cpp (revision 23323)
|
---|
| 5 | @@ -70,7 +70,7 @@
|
---|
| 6 | IssmDouble inv_s_stat =1.0/s_stat;
|
---|
| 7 | IssmDouble inv_sqrt2 =1.0/sqrt(2.0);
|
---|
| 8 |
|
---|
| 9 | - #if defined(_HAVE_ADOLC_)
|
---|
| 10 | + #if !defined(_HAVE_ADOLC_)
|
---|
| 11 | pdd=pdd+(s_stat*inv_sqrt2pi*exp(-0.5*pow(tstar*inv_s_stat,2))
|
---|
| 12 | +0.5*tstar*erfc(-tstar*inv_s_stat*inv_sqrt2))*inv_twelve;
|
---|
| 13 | #else
|
---|
Note:
See
TracBrowser
for help on using the repository browser.