IODA
|
#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 | |
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) |
void check_equal | ( | const std::string & | name, |
const std::vector< T > & | vals, | ||
const std::vector< T > & | ref | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |