OOPS
qg_obsvec_random_f.h
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2017-2020 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 QG_MODEL_QG_OBSVEC_RANDOM_F_H_
9 #define QG_MODEL_QG_OBSVEC_RANDOM_F_H_
10 
11 namespace qg {
12  class ObsSpaceQG;
13 
14 extern "C" {
15  void qg_obsvec_random_f(const ObsSpaceQG &, const int &, double *);
16 }
17 
18 } // namespace qg
19 
20 #endif // QG_MODEL_QG_OBSVEC_RANDOM_F_H_
The namespace for the qg model.
void qg_obsvec_random_f(const ObsSpaceQG &odb, const int &nn, double *xx)