From 12ccc73cf512f09cebda7a8fd0dc13fdce0d9e3e Mon Sep 17 00:00:00 2001 From: paboyle Date: Wed, 14 Jun 2017 05:19:17 +0100 Subject: [PATCH] Serialisation no compile fix --- tests/IO/Test_serialisation.cc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/IO/Test_serialisation.cc b/tests/IO/Test_serialisation.cc index 6d918787..d5b52044 100644 --- a/tests/IO/Test_serialisation.cc +++ b/tests/IO/Test_serialisation.cc @@ -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: " <