CHROMA
inline_gfix_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Inline gauge fixing measurement aggregator
3  */
4 
7 
8 namespace Chroma
9 {
10 
11  //! Name and registration
12  namespace InlineGFixAggregateEnv
13  {
14  namespace
15  {
16  //! Local registration flag
17  bool registered = false;
18  }
19 
20  //! Register all the factories
21  bool registerAll()
22  {
23  bool success = true;
24  if (! registered)
25  {
27  registered = true;
28  }
29  return success;
30  }
31  }
32 
33 }
Inline coulomb (and landau) gauge fixing loops.
Inline gauge fixing measurement aggregator.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10