1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Hadrons: code cleaning

This commit is contained in:
2016-12-05 17:26:36 +09:00
parent d292657ef7
commit d42a1b73c4
2 changed files with 3 additions and 6 deletions

View File

@ -117,8 +117,6 @@ void Application::parseParameterFile(void)
} while (reader.nextElement("module"));
pop(reader);
pop(reader);
env_.setSeed(strToVec<int>(par_.seed));
env_.printContent();
}
// schedule computation ////////////////////////////////////////////////////////