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

Hadrons: everything is broken, repairing while implementing the new memory model

This commit is contained in:
2017-11-22 23:27:19 +00:00
parent f403ab0133
commit a3fe874a5b
11 changed files with 174 additions and 284 deletions

View File

@ -101,6 +101,8 @@ public:
private:
// environment shortcut
Environment & env(void) const;
// memory profile
void memoryProfile(void);
private:
long unsigned int locVol_;
std::string parameterFileName_{""};