Skip to content
Snippets Groups Projects
Commit 9766a1ee authored by cmaffeo2's avatar cmaffeo2
Browse files

Fixed how dimensions of all-atom structures are set

parent 843a09f8
No related branches found
No related tags found
No related merge requests found
......@@ -1017,7 +1017,7 @@ tclForcesScript $prefix.forces.tcl
if update_dimensions:
format_data['dimensions'] = self.dimensions_from_structure()
for k,v in zip('XYZ', self.dimensions):
for k,v in zip('XYZ', format_data['dimensions']):
format_data['origin'+k] = -v*0.5
format_data['cell'+k] = v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment