mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-18 19:54:30 +00:00
All functionalities ready.
Todo: add all the fermion action modules
This commit is contained in:
@@ -68,9 +68,10 @@ TextReader::TextReader(const string &fileName)
|
||||
}
|
||||
}
|
||||
|
||||
void TextReader::push(const string &s)
|
||||
bool TextReader::push(const string &s)
|
||||
{
|
||||
level_++;
|
||||
return true;
|
||||
};
|
||||
|
||||
void TextReader::pop(void)
|
||||
|
||||
Reference in New Issue
Block a user