OOPS
gc99.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-2018 UCAR.
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 
8 #ifndef OOPS_GENERIC_GC99_H_
9 #define OOPS_GENERIC_GC99_H_
10 
11 namespace oops {
12 
13 double gc99(const double & distnorm);
14 
15 } // namespace oops
16 #endif // OOPS_GENERIC_GC99_H_
17 
The namespace for the main oops code.
double gc99(const double &distnorm)