OOPS
instantiateVariableChangeFactory.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2009-2016 ECMWF.
3  * (C) Copyright 2021 UCAR
4  *
5  * This software is licensed under the terms of the Apache Licence Version 2.0
6  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
7  * In applying this licence, ECMWF does not waive the privileges and immunities
8  * granted to it by virtue of its status as an intergovernmental organisation nor
9  * does it submit to any jurisdiction.
10  */
11 
12 #ifndef OOPS_GENERIC_INSTANTIATEVARIABLECHANGEFACTORY_H_
13 #define OOPS_GENERIC_INSTANTIATEVARIABLECHANGEFACTORY_H_
14 
19 
20 namespace oops {
21 
22 template <typename MODEL>
24 // Nonlinear change of variables
26 
27 // Linear change of variables
29 }
30 
31 } // namespace oops
32 
33 #endif // OOPS_GENERIC_INSTANTIATEVARIABLECHANGEFACTORY_H_
The namespace for the main oops code.
void instantiateVariableChangeFactory()