1
0
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:
Guido Cossu
2017-01-20 12:56:20 +00:00
parent 851f2ad8ef
commit f96fac0aee
18 changed files with 504 additions and 64 deletions

View File

@ -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)