OOPS
|
#include <string>
#include <vector>
#include "eckit/config/LocalConfiguration.h"
#include "eckit/geometry/Point2.h"
#include "eckit/testing/Test.h"
#include "oops/interface/ObsSpace.h"
#include "oops/interface/ObsVector.h"
#include "oops/runs/Test.h"
#include "oops/util/dot_product.h"
#include "test/interface/ObsTestsFixture.h"
#include "test/TestEnvironment.h"
Go to the source code of this file.
Classes | |
class | test::LocalObsSpace< OBS > |
Namespaces | |
test | |
Macros | |
#define | ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Functions | |
template<typename OBS > | |
void | test::testLocalObsSpace () |
Tests that number of local observations in LocalObsSpace is the same as in reference. More... | |
template<typename OBS > | |
void | test::testLocalObsVector () |
#define ECKIT_TESTING_SELF_REGISTER_CASES 0 |
Definition at line 15 of file LocalObsSpace.h.