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

Go to the source code of this file.

Functions

void test_group_backend_engine (ioda::Group g)
 Run a series of tests on the input group. More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 58 of file list-objects/test.cpp.

Here is the call graph for this function:

◆ test_group_backend_engine()

void test_group_backend_engine ( ioda::Group  g)

Run a series of tests on the input group.

Definition at line 21 of file list-objects/test.cpp.

Here is the caller graph for this function: