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:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user