IODA
|
#include <Eigen/Dense>
#include <iostream>
#include <vector>
#include "ioda/Engines/Factory.h"
#include "ioda/Exception.h"
#include "ioda/Group.h"
Go to the source code of this file.
Functions | |
void | test_group_backend_engine (ioda::Group g) |
This program tests that Variable read and write selections work as expected for certain engines. More... | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void test_group_backend_engine | ( | ioda::Group | g | ) |
This program tests that Variable read and write selections work as expected for certain engines.
Definition at line 17 of file test_dim_selectors.cpp.