OOPS
TestVariableChange.cc
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020-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 
9 #include "model/QgTraits.h"
10 #include "oops/runs/Run.h"
12 
13 int main(int argc, char ** argv) {
14  oops::Run run(argc, argv);
17  return run.execute(tests);
18 }
instantiateQgChangeVarFactory.h
QgTraits.h
test::VariableChange
Definition: test/interface/VariableChange.h:161
VariableChange.h
oops::Run::execute
int execute(const Application &)
Definition: Run.cc:112
main
int main(int argc, char **argv)
Definition: TestVariableChange.cc:13
Run.h
qg::instantiateQgChangeVarFactory
void instantiateQgChangeVarFactory()
Definition: instantiateQgChangeVarFactory.h:23
oops::Run
Run encapsulates one OOPS run.
Definition: Run.h:29