12 #include "oops/util/Logger.h"
14 #include "eckit/testing/Test.h"
24 oops::Log::info() <<
"gc99(0.0)=" << t << std::endl;
25 EXPECT(std::abs(t-1) < 2*DBL_EPSILON);
28 oops::Log::info() <<
"gc99(0.5)=" << t << std::endl;
29 EXPECT(std::abs(t-0.208333) < 1e-5);
33 oops::Log::info() <<
"gc99(1.0)=" << t << std::endl;
34 EXPECT(std::abs(t) < 2*DBL_EPSILON);
37 oops::Log::info() <<
"gc99(2.0)=" << t << std::endl;
38 EXPECT(std::abs(t) < 2*DBL_EPSILON);
45 int main(
int argc,
char **argv)
47 return eckit::testing::run_tests ( argc, argv );
double gc99(const double &distnorm)
int main(int argc, char **argv)