1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-07 18:39:34 +00:00

Hadrons: general lattice store & a lot of code cleaning

This commit is contained in:
2016-05-04 12:17:27 -07:00
parent 312637e5fb
commit 3aa6463ede
12 changed files with 256 additions and 238 deletions

View File

@@ -85,7 +85,10 @@ private:
// program execution
void configLoop(void);
unsigned int execute(const std::vector<std::string> &program);
// pretty size formatting
std::string sizeString(long unsigned int bytes);
private:
long unsigned int locVol_;
std::string parameterFileName_;
GlobalPar par_;
Environment &env_;