Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/materialsproject/pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
xhqu1981 committed Jul 19, 2013
2 parents 8a10db2 + e17601b commit 9ddab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/analysis/diffusion_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def from_vaspruns(cls, vaspruns, specie, min_obs=30, weighted=True):
proportional to dt)
"""
structure = vaspruns[0].initial_structure
step_skip = vaspruns[0].ionic_step_skip
step_skip = vaspruns[0].ionic_step_skip or 1

p = []
for vr in vaspruns:
Expand Down

0 comments on commit 9ddab1b

Please sign in to comment.