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

Stout smearing compiles (untested)

This commit is contained in:
2016-02-24 03:16:50 +09:00
parent c1b1b89d17
commit a7251f28c7
15 changed files with 721 additions and 589 deletions

View File

@ -22,7 +22,7 @@ namespace Grid {
It stores a list of smeared configurations.
*/
template <class Gimpl>
class GaugeConfiguration {
class SmearedConfiguration {
public:
INHERIT_GIMPL_TYPES(Gimpl)
private:
@ -58,7 +58,7 @@ namespace Grid {
links configuration */
/*! @brief Standard constructor */
GaugeConfiguration(GridCartesian * UGrid,
SmearedConfiguration(GridCartesian * UGrid,
unsigned int Nsmear,
Smear_Stout& Stout):
smearingLevels(Nsmear),
@ -69,7 +69,7 @@ namespace Grid {
}
/*! For just thin links */
GaugeConfiguration(GridCartesian * UGrid):
SmearedConfiguration(GridCartesian * UGrid):
smearingLevels(0),
StoutSmearing(),
SmearedSet(0),