#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.
|
template<typename T > |
bool | test_equal (const T &a, const T &b) |
|
template<> |
bool | test_equal (const float &a, const float &b) |
|
template<> |
bool | test_equal (const double &a, const double &b) |
|
template<> |
bool | test_equal (const long double &a, const long double &b) |
|
template<class T > |
bool | testVarFill (ioda::Group &f, const std::string &varname, const T &filldata) |
|
int | main (int argc, char **argv) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_equal() [1/4]
template<>
bool test_equal |
( |
const double & |
a, |
|
|
const double & |
b |
|
) |
| |
◆ test_equal() [2/4]
template<>
bool test_equal |
( |
const float & |
a, |
|
|
const float & |
b |
|
) |
| |
◆ test_equal() [3/4]
template<>
bool test_equal |
( |
const long double & |
a, |
|
|
const long double & |
b |
|
) |
| |
◆ test_equal() [4/4]
template<typename T >
bool test_equal |
( |
const T & |
a, |
|
|
const T & |
b |
|
) |
| |
◆ testVarFill()
template<class T >
bool testVarFill |
( |
ioda::Group & |
f, |
|
|
const std::string & |
varname, |
|
|
const T & |
filldata |
|
) |
| |