← Back to team overview

dolfin team mailing list archive

Bug in XMLFile.cpp

 

I just want to report a bug in XMLFile.cpp. no matter what type of data I write to a xml file, vector, matrix, Function, it will not close the file with the needed </dolfin>.

So upon readin of any xml file, mesh included, dolfin fails because it does not find the end of the file. I did not look deeply into that just made a quick hack so I can work. I added the writeFooter(); into each write out section, but now I get a double </dolfin> at the end.

Alex



Follow ups