#include "serialbox/core/Compiler.h"#include "serialbox/core/Logging.h"#include "serialbox/core/STLExtras.h"#include "serialbox/core/Unreachable.h"#include "serialbox/core/Version.h"#include "serialbox/core/archive/NetCDFArchive.h"#include <boost/algorithm/string.hpp>#include <fstream>#include <memory>#include <netcdf.h>#include <netcdf_meta.h>#include <unordered_map>#include <vector>Go to the source code of this file.
Namespaces | |
| serialbox | |
| Namespace of the serialbox library. | |
Macros | |
| #define | NETCDF_CHECK(functionCall) |
| Check return type of NetCDF functions. More... | |
This file implements the archive based on NetCDF.
Definition in file NetCDFArchive.cpp.
| #define NETCDF_CHECK | ( | functionCall | ) |
Check return type of NetCDF functions.
Assumes that there is a variable int errorCode in the current or a parent scope.
Definition at line 34 of file NetCDFArchive.cpp.