Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fopr_Wilson_eo.cpp
Go to the documentation of this file.
1 
14 #include "fopr_Wilson_eo.h"
15 
16 #ifdef USE_FACTORY
17 namespace {
18  Fopr *create_object()
19  {
20  return new Fopr_Wilson_eo();
21  }
22 
23 
24  Fopr *create_object_with_repr(const std::string& repr)
25  {
26  return new Fopr_Wilson_eo(repr);
27  }
28 
29 
30  bool init1 = Fopr::Factory_noarg::Register("Wilson_eo", create_object);
31  bool init2 = Fopr::Factory_string::Register("Wilson_eo", create_object_with_repr);
32 }
33 #endif
Org::Fopr_Wilson_eo Fopr_Wilson_eo
Even-odd Wilson fermion operator.
Base class of fermion operator family.
Definition: fopr.h:47