Clean up for release

This commit is contained in:
Colin Basnett
2021-02-06 00:25:00 -08:00
parent 0bb81b35e6
commit 1feea05092
2 changed files with 3 additions and 8 deletions

View File

@@ -125,7 +125,6 @@ class ASEWriter(object):
for geometry_object in ase.geometry_objects:
geomobject_node = root.add_command('GEOMOBJECT')
geomobject_node.push_child('NODE_NAME').push_datum(geometry_object.name)
mesh_node = geomobject_node.push_child('MESH')