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:
@ -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)
|
||||
|
Reference in New Issue
Block a user