mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-19 12:14:29 +00:00
All functionalities ready.
Todo: add all the fermion action modules
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Grid {
|
||||
public:
|
||||
BinaryReader(const std::string &fileName);
|
||||
virtual ~BinaryReader(void) = default;
|
||||
void push(const std::string &s) {};
|
||||
bool push(const std::string &s) {return true;}
|
||||
void pop(void) {};
|
||||
template <typename U>
|
||||
void readDefault(const std::string &s, U &output);
|
||||
|
||||
Reference in New Issue
Block a user