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

More uniform cache name for scalar momentum propagators

This commit is contained in:
2017-01-11 18:39:58 +00:00
parent 2da86f7dae
commit fc760016b3
5 changed files with 20 additions and 12 deletions

View File

@ -0,0 +1,6 @@
#ifndef Hadrons_Scalar_hpp_
#define Hadrons_Scalar_hpp_
#define FREEMOMPROP(m) "_scalar_mom_prop_" + std::to_string(m)
#endif // Hadrons_Scalar_hpp_