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

Go to the source code of this file.

Functions

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)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 92 of file ioda-test-fillvalues.cpp.

Here is the call graph for this function:

◆ test_equal() [1/4]

template<>
bool test_equal ( const double &  a,
const double &  b 
)

Definition at line 25 of file ioda-test-fillvalues.cpp.

◆ test_equal() [2/4]

template<>
bool test_equal ( const float &  a,
const float &  b 
)

Definition at line 20 of file ioda-test-fillvalues.cpp.

◆ test_equal() [3/4]

template<>
bool test_equal ( const long double &  a,
const long double &  b 
)

Definition at line 30 of file ioda-test-fillvalues.cpp.

◆ test_equal() [4/4]

template<typename T >
bool test_equal ( const T &  a,
const T &  b 
)

Definition at line 15 of file ioda-test-fillvalues.cpp.

◆ testVarFill()

template<class T >
bool testVarFill ( ioda::Group f,
const std::string &  varname,
const T &  filldata 
)

Definition at line 35 of file ioda-test-fillvalues.cpp.

Here is the call graph for this function: