diff --git a/Hadrons/Modules/MContraction/A2AMesonField.hpp b/Hadrons/Modules/MContraction/A2AMesonField.hpp index 70f66fef..28759b26 100644 --- a/Hadrons/Modules/MContraction/A2AMesonField.hpp +++ b/Hadrons/Modules/MContraction/A2AMesonField.hpp @@ -35,7 +35,6 @@ See the full license in the file "LICENSE" in the top level distribution directo #include #include -#define MF_PARALLEL_IO #ifndef MF_IO_TYPE #define MF_IO_TYPE ComplexF #endif @@ -121,12 +120,6 @@ public: A2AMesonFieldMetadata, MF_IO_TYPE> Computation; typedef MesonFieldKernel Kernel; - struct IoHelper - { - A2AMatrixIo io; - A2AMesonFieldMetadata md; - unsigned int m, g, i, j; - }; public: // constructor TA2AMesonField(const std::string name); @@ -144,7 +137,6 @@ private: std::string momphName_; std::vector gamma_; std::vector> mom_; - std::vector nodeIo_; }; MODULE_REGISTER(A2AMesonField, ARG(TA2AMesonField), MContraction); @@ -259,9 +251,6 @@ void TA2AMesonField::execute(void) << " (filesize " << sizeString(nt*N_i*N_j*sizeof(MF_IO_TYPE)) << "/momentum/bilinear)" << std::endl; - /////////////////////////////////////////////// - // Momentum setup - /////////////////////////////////////////////// auto &ph = envGet(std::vector, momphName_); if (!hasPhase_)