mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00: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_
|