CHROMA
spin_insertion_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All spin insertion constructors
3  */
4 
6 
9 
10 namespace Chroma
11 {
12 
13  // Registration aggregator
14  namespace SpinInsertionEnv
15  {
16  namespace
17  {
18  //! Local registration flag
19  bool registered = false;
20  }
21 
22  //! Register all the factories
23  bool registerAll()
24  {
25  bool success = true;
26  if (! registered)
27  {
30  registered = true;
31  }
32  return success;
33  }
34  }
35 
36 }
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
No spin insertion.
Gamma insertions.
All spin insertion constructors.