mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 07:17:06 +01:00
making public same serializable parameters in HMC Module
RNGModuleParameters GridModuleParameters
This commit is contained in:
@ -38,11 +38,11 @@ namespace QCD {
|
||||
|
||||
class GridModuleParameters: Serializable{
|
||||
|
||||
public:
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(GridModuleParameters,
|
||||
std::string, lattice,
|
||||
std::string, mpi);
|
||||
|
||||
public:
|
||||
|
||||
// these namings are ugly
|
||||
// also ugly the distinction between the serializable members
|
||||
// and this
|
||||
@ -118,4 +118,4 @@ class GridFourDimModule : public GridModule {
|
||||
} // namespace QCD
|
||||
} // namespace Grid
|
||||
|
||||
#endif // HMC_GRID_MODULES
|
||||
#endif // HMC_GRID_MODULES
|
||||
|
Reference in New Issue
Block a user