diff --git a/extras/Hadrons/Modules/MContraction/MesonFieldGamma.hpp b/extras/Hadrons/Modules/MContraction/MesonFieldGamma.hpp index eefd5e64..c7676904 100644 --- a/extras/Hadrons/Modules/MContraction/MesonFieldGamma.hpp +++ b/extras/Hadrons/Modules/MContraction/MesonFieldGamma.hpp @@ -43,9 +43,7 @@ class TMesonFieldGamma : public Module public: GRID_SERIALIZABLE_CLASS_MEMBERS(Result, Gamma::Algebra, gamma, - std::vector>>, MesonField, - std::vector>, MesonFiield, - ComplexD, last); + std::vector>>, MesonField); }; public: @@ -189,7 +187,6 @@ void TMesonFieldGamma::execute(void) { result[i].gamma = gammaResultList[i]; result[i].MesonField.resize(N, std::vector>(N, std::vector(nt))); - result[i].MesonFiield.resize(N, std::vector<(nt)); Gamma gamma(gammaResultList[i]); gammaList[i] = gamma; diff --git a/lib/lattice/Lattice_reduction.h b/lib/lattice/Lattice_reduction.h index b8d13b47..40d1526d 100644 --- a/lib/lattice/Lattice_reduction.h +++ b/lib/lattice/Lattice_reduction.h @@ -62,6 +62,7 @@ inline ComplexD innerProduct(const Lattice &left,const Lattice &righ ComplexD tmp = Reduce(TensorRemove(vinner)) ; vstream(sumarray[thr*pad],tmp); } + inner=0.0; for(int i=0;iSumArraySize();i++){ inner = inner+sumarray[i*pad];