CHROMA
sink_smearing_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All make sink constructors
3  */
4 
6 
11 
12 namespace Chroma
13 {
14 
15  //! Registration aggregator
16  namespace QuarkSinkSmearingEnv
17  {
18  //! Local registration flag
19  static bool registered = false;
20 
21  //! Register all the factories
22  bool registerAll()
23  {
24  bool success = true;
25  if (! registered)
26  {
27  // Sinks
32 
33  registered = true;
34  }
35  return success;
36  }
37  }
38 
39 }
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
NormShell sink smearing.
Point sink smearing.
Shell sink smearing.
All make sink constructors.
Wall sink smearing.