Skip to content

Commit

Permalink
Merge pull request #1119 from g1e2n04/fix_typo_vasp_outputs
Browse files Browse the repository at this point in the history
Fix a typo in Outcar.read_lepsilon()
  • Loading branch information
shyuep committed Apr 21, 2018
2 parents f435c7d + 0486710 commit 3b1b11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/vasp/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2235,7 +2235,7 @@ def born_data(results, match):
born_data])

def born_section_stop(results, match):
results.born_index = None
results.born_ion = None

search.append(
[r"-------------------------------------",
Expand Down

0 comments on commit 3b1b11b

Please sign in to comment.