mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 14:57:05 +01:00
All functionalities ready.
Todo: add all the fermion action modules
This commit is contained in:
@ -66,7 +66,7 @@ namespace Grid
|
||||
public:
|
||||
XmlReader(const std::string &fileName);
|
||||
virtual ~XmlReader(void) = default;
|
||||
void push(const std::string &s);
|
||||
bool push(const std::string &s);
|
||||
void pop(void);
|
||||
bool nextElement(const std::string &s);
|
||||
template <typename U>
|
||||
|
Reference in New Issue
Block a user