1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-25 03:02:02 +01:00

Hadrons: XML validator utility

This commit is contained in:
2019-02-22 18:41:26 +00:00
parent e37614bde4
commit cb16c96dc7
5 changed files with 101 additions and 27 deletions

View File

@ -113,7 +113,7 @@ public:
unsigned int getNd(void) const;
double getVolume(void) const;
// random number generator
GridParallelRNG * get4dRng(void) const;
GridParallelRNG * get4dRng(void);
// general memory management
void addObject(const std::string name,
const int moduleAddress = -1);