mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-03 02:35:55 +01:00
7 lines
151 B
C++
7 lines
151 B
C++
#ifndef Hadrons_Scalar_hpp_
|
|
#define Hadrons_Scalar_hpp_
|
|
|
|
#define FREEMOMPROP(m) "_scalar_mom_prop_" + std::to_string(m)
|
|
|
|
#endif // Hadrons_Scalar_hpp_
|