UFO
ufo_utils.interface.h
Go to the documentation of this file.
1 
2 /*
3  * (C) Crown Copyright 2021 Met Office
4  *
5  * This software is licensed under the terms of the Apache Licence Version 2.0
6  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
7  */
8 
9 #ifndef UFO_UTILS_UFO_UTILS_INTERFACE_H_
10 #define UFO_UTILS_UFO_UTILS_INTERFACE_H_
11 
12 namespace ufo {
13 
14 extern "C" {
15  void ufo_ops_satrad_qsplit_f90(const int &, const int &, const float *, const float *,
16  const float *, float *, float *, float *, const bool &);
17  void ufo_ops_satrad_qsatwat_f90(float *, const float *, const float *, const int &);
18 } // extern C
19 
20 } // namespace ufo
21 
22 #endif // UFO_UTILS_UFO_UTILS_INTERFACE_H_
Definition: RunCRTM.h:27
void ufo_ops_satrad_qsatwat_f90(float *, const float *, const float *, const int &)
void ufo_ops_satrad_qsplit_f90(const int &, const int &, const float *, const float *, const float *, float *, float *, float *, const bool &)