SOCA
BkgErrFiltFortran.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-2021 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 SOCA_TRANSFORMS_BKGERRFILT_BKGERRFILTFORTRAN_H_
9 #define SOCA_TRANSFORMS_BKGERRFILT_BKGERRFILTFORTRAN_H_
10 
11 #include "soca/Fortran.h"
12 
13 // Forward declarations
14 namespace eckit {
15  class Configuration;
16 }
17 
18 namespace soca {
19 
20  extern "C" {
22  const eckit::Configuration * const *,
23  const F90flds &,
24  const F90geom &);
27  const F90flds &,
28  F90flds &);
30  F90flds &,
31  const F90flds &);
32  }
33 } // namespace soca
34 
35 #endif // SOCA_TRANSFORMS_BKGERRFILT_BKGERRFILTFORTRAN_H_
int F90geom
key type for soca_geom_mod::soca_geom
Definition: Fortran.h:14
void soca_bkgerrfilt_setup_f90(F90balopmat &, const eckit::Configuration *const *, const F90flds &, const F90geom &)
int F90balopmat
key type for the various Fortran Transform classes.
Definition: Fortran.h:39
void soca_bkgerrfilt_multad_f90(const F90balopmat, F90flds &, const F90flds &)
void soca_bkgerrfilt_mult_f90(const F90balopmat &, const F90flds &, F90flds &)
int F90flds
key type for soca_fields_mod::soca_fields
Definition: Fortran.h:26
void soca_bkgerrfilt_delete_f90(F90balopmat &)