CHROMA
fermacts_aggregate_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief All Wilson-type fermion actions
4  */
5 
6 #ifndef __fermactss_aggregate_w_h__
7 #define __fermactss_aggregate_w_h__
8 
9 #include "chromabase.h"
10 
11 namespace Chroma
12 {
13  //! Registration aggregator
14  /*! Wilson-like 4D */
15  namespace WilsonTypeFermActs4DEnv
16  {
17  bool registerAll();
18  }
19 
20  //! Registration aggregator
21  /*! Wilson-like 5D actions */
22  namespace WilsonTypeFermActs5DEnv
23  {
24  bool registerAll();
25  }
26 
27  //! Registration aggregator
28  /*! All Wilson-like 4D and 5D actions */
29  namespace WilsonTypeFermActsEnv
30  {
31  bool registerAll();
32  }
33 
34 }
35 
36 #endif
Primary include file for CHROMA library code.
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