mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
Moving registrations in an independent file
This commit is contained in:
@ -52,9 +52,6 @@ int main(int argc, char **argv) {
|
||||
// here make a routine to print all the relevant information on the run
|
||||
std::cout << GridLogMessage << "Grid is setup to use " << threads << " threads" << std::endl;
|
||||
|
||||
// Typedefs to simplify notation
|
||||
//typedef XmlReader InputFileReader;
|
||||
|
||||
// Reader, file should come from command line
|
||||
Serialiser Reader("input.wilson_gauge.params.xml");
|
||||
|
||||
|
Reference in New Issue
Block a user