mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-08 09:27:06 +01:00
Hadrons: macro refactoring for library portability
This commit is contained in:
@ -119,7 +119,7 @@ void TTrPhi<SImpl>::setup(void)
|
||||
{
|
||||
if (par().maxPow < 2)
|
||||
{
|
||||
HADRON_ERROR(Size, "'maxPow' should be at least equal to 2");
|
||||
HADRONS_ERROR(Size, "'maxPow' should be at least equal to 2");
|
||||
}
|
||||
envTmpLat(Field, "phi2");
|
||||
envTmpLat(Field, "buf");
|
||||
|
Reference in New Issue
Block a user