1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Hadrons: precision fixes

This commit is contained in:
2018-08-28 16:58:23 +01:00
parent f3a0158213
commit fb3596f968
2 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ private:
bool hasPhase_{false};
std::string momphName_;
std::vector<Gamma::Algebra> gamma_;
std::vector<std::vector<double>> mom_;
std::vector<std::vector<Real>> mom_;
std::vector<std::pair<unsigned int, unsigned int>> nodeFile_;
};