mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
All functionalities ready.
Todo: add all the fermion action modules
This commit is contained in:
@ -63,7 +63,7 @@ namespace Grid
|
||||
public:
|
||||
TextReader(const std::string &fileName);
|
||||
virtual ~TextReader(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);
|
||||
|
Reference in New Issue
Block a user