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

Go to the source code of this file.

Functions

template<class T >
void check_equal (const std::string &name, const std::vector< T > &vals, const std::vector< T > &ref)
 
int main (int argc, char **argv)
 

Function Documentation

◆ check_equal()

template<class T >
void check_equal ( const std::string &  name,
const std::vector< T > &  vals,
const std::vector< T > &  ref 
)

Definition at line 18 of file complex-objects/test.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 40 of file complex-objects/test.cpp.

Here is the call graph for this function: