CHROMA
inline_schrfun_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Inline Schroedinger functional measurement aggregator
3  */
4 
6 
8 
9 // Grab all fermacts to make sure they are registered
11 
12 namespace Chroma
13 {
14 
15  //! Name and registration
16  namespace InlineSchrFunAggregateEnv
17  {
18  namespace
19  {
20  //! Local registration flag
21  bool registered = false;
22  }
23 
24  //! Register all the factories
25  bool registerAll()
26  {
27  bool success = true;
28  if (! registered)
29  {
30  // Grab the fermacts
32 
33  // Schrfun stuff
34  success &= InlineSFpcacEnv::registerAll();
35 
36  registered = true;
37  }
38  return success;
39  }
40  }
41 
42 }
All Wilson-type fermion actions.
Inline schroedinger functional measurement aggregator.
Inline Schroedinger functional measurements.
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