Skip to content
Snippets Groups Projects
Commit bdf268cb authored by Ask Hjorth Larsen's avatar Ask Hjorth Larsen
Browse files

fix bad variable name

parent 12ed9563
No related branches found
No related tags found
No related merge requests found
...@@ -409,7 +409,7 @@ def parse(fname, fd): ...@@ -409,7 +409,7 @@ def parse(fname, fd):
if cell_unit == 'A': if cell_unit == 'A':
cell /= Bohr # cell guaranteed to be Bohr now cell /= Bohr # cell guaranteed to be Bohr now
else: else:
assert lunit == 'b' assert cell_unit == 'b'
pew.addArrayValues('simulation_cell', pew.addArrayValues('simulation_cell',
convert_unit(cell, 'bohr')) convert_unit(cell, 'bohr'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment