CHROMA
simple_fermbc_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Simple fermionic BC
4  */
5 
6 #ifndef __simple_fermbc_w_h__
7 #define __simple_fermbc_w_h__
8 
10 
11 namespace Chroma
12 {
13  //! Name and registration
14  /*! \ingroup fermbcs */
15  namespace WilsonTypeSimpleFermBCEnv
16  {
17  extern const std::string name;
18  bool registerAll();
19  }
20 
21 }
22 
23 #endif
const std::string name
Name to be used.
bool registerAll()
Register all objects.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
Simple fermionic BC.