mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Hadrons: don't right result with empty stem
This commit is contained in:
parent
b999984501
commit
fd3b2e945a
@ -120,7 +120,7 @@ envTmp(type, name, Ls, env().getGrid(Ls))
|
|||||||
MACRO_REDIRECT(__VA_ARGS__, envTmpLat5, envTmpLat4)(__VA_ARGS__)
|
MACRO_REDIRECT(__VA_ARGS__, envTmpLat5, envTmpLat4)(__VA_ARGS__)
|
||||||
|
|
||||||
#define saveResult(ioStem, name, result)\
|
#define saveResult(ioStem, name, result)\
|
||||||
if (env().getGrid()->IsBoss())\
|
if (env().getGrid()->IsBoss() and !ioStem.empty())\
|
||||||
{\
|
{\
|
||||||
makeFileDir(ioStem, env().getGrid());\
|
makeFileDir(ioStem, env().getGrid());\
|
||||||
{\
|
{\
|
||||||
|
Loading…
Reference in New Issue
Block a user