mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Serialisation no compile fix
This commit is contained in:
parent
e7564f8330
commit
12ccc73cf5
@ -239,21 +239,6 @@ int main(int argc,char **argv)
|
||||
std::cout << jcopy1 << std::endl << jveccopy1 << std::endl;
|
||||
}
|
||||
|
||||
{
|
||||
ildgFormat format;
|
||||
format.version =1.0;
|
||||
format.field =std::string("su3gauge");
|
||||
format.precision =32;
|
||||
format.lx =24;
|
||||
format.ly =24;
|
||||
format.lz =24;
|
||||
format.lt =48;
|
||||
XmlWriter WR("ildg-format.xml","");
|
||||
XmlWriter WRs("","");
|
||||
write(WR,"ildgFormat",format);
|
||||
write(WRs,"ildgFormat",format);
|
||||
std::cout << " XmlString: " <<WRs.XmlString()<<std::endl;
|
||||
}
|
||||
/*
|
||||
// This is still work in progress
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user