OOPS
instantiateLocalEnsembleSolverFactory.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 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_ASSIMILATION_INSTANTIATELOCALENSEMBLESOLVERFACTORY_H_
9 #define OOPS_ASSIMILATION_INSTANTIATELOCALENSEMBLESOLVERFACTORY_H_
10 
15 
16 namespace oops {
17 
18 template <typename MODEL, typename OBS> void instantiateLocalEnsembleSolverFactory() {
22 }
23 
24 } // namespace oops
25 
26 #endif // OOPS_ASSIMILATION_INSTANTIATELOCALENSEMBLESOLVERFACTORY_H_
The namespace for the main oops code.