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

Fix make tests compile

This commit is contained in:
Azusa Yamaguchi
2017-06-19 22:54:18 +01:00
parent abc4de0fd2
commit 0a8faac271
3 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ int main (int argc, char ** argv)
LatticeColourMatrix U(UGrid);
LatticeColourMatrix zz(UGrid);
NerscField header;
FieldMetaData header;
std::string file("./ckpoint_lat.4000");
NerscIO::readConfiguration(Umu,header,file);