1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-26 13:36:01 +01:00

Hadrons: eigen pack writing only for boss node

This commit is contained in:
2018-04-03 18:55:46 +01:00
parent 68e6a58f12
commit 0260bc7705
+1 -1
View File
@@ -115,7 +115,7 @@ protected:
const unsigned int size)
{
emptyUserRecord record;
ScidacWriter binWriter;
ScidacWriter binWriter(evec[0]._grid->IsBoss());
binWriter.open(filename);
for(int k = 0; k < size; ++k)