1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-22 05:34:30 +00:00

HDF5 IO fix

This commit is contained in:
2017-06-27 14:39:27 +01:00
parent 4372d04ad4
commit 15e87a4607
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ namespace Grid
public:
Hdf5Reader(const std::string &fileName);
virtual ~Hdf5Reader(void) = default;
void push(const std::string &s);
bool push(const std::string &s);
void pop(void);
template <typename U>
void readDefault(const std::string &s, U &output);