mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-27 14:15:55 +01: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;
|
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
|
// This is still work in progress
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user