Skip to content

Commit

Permalink
Fixed an minor bug in extract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Feb 25, 2016
1 parent f3cf22b commit 76e8ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def print_displacements_QE(pwout_files, alat, lavec, nat, x0,
if search_flag2 in line:

if not basis:
basis = list_CELL_PARAMETERS[0].rstrip().split()[1]
basis = line.rstrip().split()[1]

num_data_disp += 1

Expand Down

0 comments on commit 76e8ac4

Please sign in to comment.