CHROMA
simple_fermstate_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! @file
4  * @brief Simple ferm state and a creator
5  */
6 
7 #ifndef __simple_fermstate_w_h__
8 #define __simple_fermstate_w_h__
9 
10 #include "chromabase.h"
11 
12 namespace Chroma
13 {
14  /*! @ingroup fermstates */
15  namespace CreateSimpleFermStateEnv
16  {
17  extern const std::string name;
18  bool registerAll();
19  }
20 
21 }
22 
23 
24 #endif
Primary include file for CHROMA library code.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979