FV3 Bundle
GetValuesTrajFV3JEDI.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 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 SRC_GETVALUES_GETVALUESTRAJFV3JEDI_H_
9 #define SRC_GETVALUES_GETVALUESTRAJFV3JEDI_H_
10 
11 #include <ostream>
12 
13 #include "oops/util/Printable.h"
15 
16 namespace fv3jedi {
17 
18 // -----------------------------------------------------------------------------
19 
20 class GetValuesTrajFV3JEDI : public util::Printable {
21  public:
24 
25  int & toFortran() {return keyGetValuesTraj_;}
26  const int & toFortran() const {return keyGetValuesTraj_;}
27 
28  private:
29  void print(std::ostream &) const {}
31 };
32 
33 // -----------------------------------------------------------------------------
34 
35 } // namespace fv3jedi
36 
37 #endif // SRC_GETVALUES_GETVALUESTRAJFV3JEDI_H_
void print(std::ostream &) const