Bridge++  Ver. 2.0.2
afopr_Domainwall.cpp
Go to the documentation of this file.
1 
11 
12 #include <stdio.h>
13 #include <stdlib.h>
14 #include <assert.h>
15 #include <vector>
16 using namespace std;
17 
20 
23 
24 
25 #ifdef USE_FACTORY_AUTOREGISTER
26 namespace {
27  bool init1 = AFopr<AField<double, QXS> >::Factory_params::Register(
28  "Domainwall", create_object_with_params);
29 
30  bool init2 = AFopr<AField<float, QXS> >::Factory_params::Register(
31  "Domainwall", create_object_with_params);
32 }
33 #endif
34 
35 
36 template<>
37 const std::string AFopr_Domainwall<AField<double, QXS> >::class_name
38  = "AFopr_Domainwall<AField<double,QXS> >";
39 
40 template<>
41 const std::string AFopr_Domainwall<AField<float, QXS> >::class_name
42  = "AFopr_Domainwall<AField<float,QXS> >";
43 
44 
46 
47 // class instanciation.
50 
51 //============================================================END=====
afield-inc.h
afield.h
afopr_Domainwall-tmpl.h
AFopr
Definition: afopr.h:48
AFopr_Domainwall
Domain-wall fermion operator.
Definition: afopr_Domainwall.h:38
afopr_Domainwall.h
commonParameters.h
communicator.h