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

improve smearing templating

This commit is contained in:
david clarke
2023-10-20 08:41:02 -06:00
parent 2c824c2641
commit 7bb8ab7000
2 changed files with 5 additions and 3 deletions

View File

@ -81,7 +81,8 @@ struct SmearingParameters{
/*! @brief create fat links from link variables */
template<class LGF, class Gimpl>
//template<class LGF, class Gimpl>
template<class Gimpl>
class Smear_HISQ_fat : public Gimpl {
private:
@ -91,6 +92,7 @@ private:
public:
INHERIT_GIMPL_TYPES(Gimpl);
typedef typename Gimpl::GaugeField LGF;
// Don't allow default values here.
Smear_HISQ_fat(GridCartesian* grid, Real c1, Real cnaik, Real c3, Real c5, Real c7, Real clp)