00001 #include<config.h> 00002 CPS_START_NAMESPACE 00003 //------------------------------------------------------------------ 00009 //------------------------------------------------------------------ 00010 00011 00012 #ifndef INCLUDED_ALG_WLINE_H 00013 #define INCLUDED_ALG_WLINE_H 00014 00015 CPS_END_NAMESPACE 00016 #include <util/lattice.h> 00017 #include <alg/alg_base.h> 00018 #include <alg/common_arg.h> 00019 #include <alg/no_arg.h> 00020 CPS_START_NAMESPACE 00021 00023 00030 class AlgWline : public Alg 00031 { 00032 private: 00033 char *cname; 00034 00035 NoArg *alg_wline_arg; 00036 // The argument structure for the plaquette 00037 00038 public: 00039 AlgWline(Lattice & latt, CommonArg *c_arg, NoArg *arg); 00040 00041 virtual ~AlgWline(); 00042 00044 void run(void); 00045 }; 00046 00047 00048 00049 #endif 00050 00051 00052 00053 00054 00055 CPS_END_NAMESPACE
1.3.9.1