CHROMA
source_smearing_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All source smearing
3  */
4 
6 
9 
10 namespace Chroma
11 {
12 
13  //! Registration aggregator
14  namespace QuarkSourceSmearingEnv
15  {
16  //! Local registration flag
17  static bool registered = false;
18 
19  //! Register all the factories
20  bool registerAll()
21  {
22  bool success = true;
23  if (! registered)
24  {
25  // Sources
28 
29  registered = true;
30  }
31  return success;
32  }
33  }
34 
35 }
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Point source construction.
Shell source smearing.
All source smearing.