FV3 Bundle
GeometryFV3JEDIFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017 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_GEOMETRY_GEOMETRYFV3JEDIFORTRAN_H_
9 #define SRC_GEOMETRY_GEOMETRYFV3JEDIFORTRAN_H_
10 
11 #include "Fortran.h"
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace util {
19  class DateTime;
20  class Duration;
21 }
22 
23 namespace fv3jedi {
24 
25 extern "C" {
26 
28  const eckit::Configuration * const *);
29  void fv3jedi_geo_clone_f90(const F90geom &,
30  F90geom &);
31  void fv3jedi_geo_info_f90(const F90geom &);
33 
34 } // extern "C"
35 // -----------------------------------------------------------------------------
36 
37 } // namespace fv3jedi
38 #endif // SRC_GEOMETRY_GEOMETRYFV3JEDIFORTRAN_H_
void fv3jedi_geo_setup_f90(F90geom &, const eckit::Configuration *const *)
void fv3jedi_geo_delete_f90(F90geom &)
void fv3jedi_geo_info_f90(const F90geom &)
void fv3jedi_geo_clone_f90(const F90geom &, F90geom &)