1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-30 17:34:43 +00:00

Hadrons: code cleaning

This commit is contained in:
2016-05-07 13:26:56 -07:00
parent bb580ae077
commit df3fbc477e
3 changed files with 11 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ private:
void configLoop(void);
unsigned int execute(const std::vector<std::string> &program);
// pretty size formatting
std::string sizeString(long unsigned int bytes);
static std::string sizeString(long unsigned int bytes);
private:
long unsigned int locVol_;
std::string parameterFileName_;