CHROMA
dilution_scheme_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All dilution scheme factories
3  */
4 
7 
8 namespace Chroma
9 {
10 
11  //! Registration aggregator
12  namespace DilutionSchemeEnv
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  {
26  // Hadron
28 
29  registered = true;
30  }
31  return success;
32  }
33  }
34 
35 }
Dilution scheme inferred from pre-generated solutions.
All dilution scheme factories.
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