FV3 Bundle
unstructured_grid_f.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 OOPS_GENERIC_UNSTRUCTURED_GRID_F_H_
9 #define OOPS_GENERIC_UNSTRUCTURED_GRID_F_H_
10 
11 #include "eckit/config/Configuration.h"
12 
13 namespace oops {
14 extern "C" {
15  void create_ug_f90(int &);
16  void delete_ug_f90(int &);
17 }
18 } // namespace oops
19 
20 #endif // OOPS_GENERIC_UNSTRUCTURED_GRID_F_H_
void create_ug_f90(int &)
The namespace for the main oops code.
void delete_ug_f90(int &)