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

Hadrons: proper metadata for eigenpacks

This commit is contained in:
2018-04-04 16:36:37 +01:00
parent fb62035aa0
commit d3f857b1c9
7 changed files with 89 additions and 34 deletions

View File

@ -328,7 +328,7 @@ class GridLimeWriter : public BinaryIO
{
XmlWriter WR("","");
write(WR,object_name,object);
xmlstring = WR.XmlString();
xmlstring = WR.docString();
}
// std::cout << "WriteLimeObject" << record_name <<std::endl;
uint64_t nbytes = xmlstring.size();