CHROMA
inline_pbp_aggregate.cc
Go to the documentation of this file.
1 
2 
5 
6 // Grab all fermacts to make sure they are registered
8 
9 namespace Chroma
10 {
11 
12  namespace InlinePsiBarPsiAggregateEnv
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  // Grab the fermacts
29 
30  registered = true;
31  }
32  return success;
33  }
34 
35  }
36 
37 }
All Wilson-type fermion actions.
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