1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

ILDG tests

This commit is contained in:
paboyle
2017-06-18 00:13:22 +01:00
parent 1d18d95d4f
commit e6d984b484
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ int main (int argc, char ** argv)
std::vector<LatticeColourMatrix> U(4,&Fine);
FieldMetaData header;
std::string file("./ckpoint_lat");
std::string file("./ildg.file");
IldgIO::readConfiguration(file,Umu,header);
for(int mu=0;mu<Nd;mu++){