FV3 Bundle
instantiateFilterFactory.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_BASE_INSTANTIATEFILTERFACTORY_H_
9 #define OOPS_BASE_INSTANTIATEFILTERFACTORY_H_
10 
11 #include "oops/base/FilterBase.h"
13 
14 namespace oops {
15 
16 template <typename MODEL> void instantiateFilterFactory() {
17  static FilterMaker<MODEL, GeoVaLsWriter<MODEL> > makerGVWriter_("GOMsaver");
18 }
19 
20 } // namespace oops
21 
22 #endif // OOPS_BASE_INSTANTIATEFILTERFACTORY_H_
void instantiateFilterFactory()
The namespace for the main oops code.