Bridge++  Ver. 2.0.2
afopr_Smeared.cpp
Go to the documentation of this file.
1 
10 #include "lib/Fopr/afopr_Smeared.h"
12 
14 
15 
16 template<>
17 const std::string AFopr_Smeared<AField<double, QXS> >::class_name
18  = "AFopr_Smeared<AField<double,QXS> >";
19 
20 template<>
21 const std::string AFopr_Smeared<AField<float, QXS> >::class_name
22  = "AFopr_Smeared<AField<float,QXS> >";
23 
24 #ifdef USE_FACTORY_AUTOREGISTER
25 namespace {
26  bool init1 = AFopr<AField<double, QXS> >::Factory_params::Register(
27  "Smeared", create_object);
28 
29  bool init2 = AFopr<AField<float, QXS> >::Factory_params::Register(
30  "Smeared", create_object);
31 }
32 #endif
33 
34 // explicit instanciation.
35 template class AFopr_Smeared<AField<float, QXS> >;
36 template class AFopr_Smeared<AField<double, QXS> >;
37 
38 //============================================================END=====
afield.h
AFopr
Definition: afopr.h:48
afopr_Smeared.h
afopr_Smeared-tmpl.h
AFopr_Smeared
smeared fermion operator: alternative version.
Definition: afopr_Smeared.h:41