IODA
data-selections/test.cpp File Reference
#include <Eigen/Dense>
#include <iostream>
#include <vector>
#include "ioda/Engines/Factory.h"
#include "ioda/Exception.h"
#include "ioda/Group.h"
Include dependency graph for data-selections/test.cpp:

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)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 96 of file data-selections/test.cpp.

Here is the call graph for this function:

◆ test_group_backend_engine()

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 data-selections/test.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: