Anders Logg wrote: > Yes, it should but has never been possible. What has changed is that > the XML formatter now realizes it cannot actually write gzipped XML > (only read it) so it issues an error when someone tries to write > gzipped XML. > > There are two solutions: > > 1. Change to plain XML for output in those demos. >
OK. I fixed the demo to write plain xml. Garth > 2. Implement output to gzipped XML. It's a simple matter of calling > gzip at the end of XMLFile::closeFile() but I've not had time to > implement it. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > DOLFIN-dev mailing list > [email protected] > http://www.fenics.org/mailman/listinfo/dolfin-dev _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
