#include <stdexcept>
#include <cfloat>
#include "nc_io.h"
#include "nc_io_types.h"
Go to the source code of this file.
Defines | |
#define | TMPL_NC_READ_WRITE_FILE(what) |
#define TMPL_NC_READ_WRITE_FILE | ( | what | ) |
Value:
template void nc_write_to_file<what> (const String&, const what&); \ template void nc_read_from_file<what> (const String&, what&);
Definition at line 40 of file nc_io_instantiation.h.