Bridge++  Ver. 2.0.2
fopr_Rational.cpp
Go to the documentation of this file.
1 
14 #include "Fopr/fopr_Rational.h"
16 #include "Field/field.h"
17 
18 
19 #ifdef USE_FACTORY_AUTOREGISTER
20 namespace {
21  bool init = Fopr_Rational::register_factory();
22 }
23 #endif
24 
25 template<>
26 const std::string AFopr_Rational<Field>::class_name = "Fopr_Rational";
27 
28 template class AFopr_Rational<Field>;
29 
30 //====================================================================
31 //============================================================END=====
afopr_Rational-tmpl.h
field.h
AFopr_Rational
Fermion operator for rational approximation.
Definition: afopr_Rational.h:42
fopr_Rational.h