FEM: code formating, trailing ws

This commit is contained in:
Bernd Hahnebach
2017-06-29 18:51:24 +02:00
parent 7b5adb9460
commit 27e2baa79f
+1 -1
View File
@@ -97,7 +97,7 @@ def write_fenics_mesh_xml(fem_mesh_obj, outputfile):
ET.SubElement(meshchild, "data")
fp = open(outputfile, "w")
fp = open(outputfile, "w")
fp.write(ET.tostring(root))
# xml core functionality does not support pretty printing
# so the output file looks quite ugly