#include <cmath>
#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.
◆ build_group_structure()
◆ check_data() [1/2]
void check_data |
( |
const std::string & |
name, |
|
|
const std::vector< double > & |
data, |
|
|
const std::vector< double > & |
exp_data |
|
) |
| |
◆ check_data() [2/2]
void check_data |
( |
const std::string & |
name, |
|
|
const std::vector< int > & |
data, |
|
|
const std::vector< int > & |
exp_data |
|
) |
| |
◆ check_dimensions()
void check_dimensions |
( |
const std::string & |
name, |
|
|
const ioda::Dimensions & |
dims, |
|
|
const std::vector< ioda::Dimensions_t > & |
exp_dims |
|
) |
| |
◆ check_group_structure()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |