mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
Update to enable multiple records per file more consistent with SciDAC.
open, close, write records...
This commit is contained in:
@ -52,7 +52,10 @@ int main (int argc, char ** argv)
|
||||
|
||||
FieldMetaData header;
|
||||
std::string file("./ildg.file");
|
||||
IldgIO::readConfiguration(file,Umu,header);
|
||||
IldgReader IR;
|
||||
IR.open(file);
|
||||
IR.readConfiguration(Umu,header);
|
||||
IR.close();
|
||||
|
||||
for(int mu=0;mu<Nd;mu++){
|
||||
U[mu] = PeekIndex<LorentzIndex>(Umu,mu);
|
||||
|
Reference in New Issue
Block a user