Skip to content

Commit

Permalink
removed .slab suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Butler committed Oct 5, 2016
1 parent 7debcbe commit c5a001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlanarAverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import numpy as np
import matplotlib.pyplot as plt

input_file = 'LOCPOT.slab'
input_file = 'LOCPOT'
lattice_vector = 4.75
output_file = 'planar.dat'
# No need to alter anything after here
Expand Down

0 comments on commit c5a001f

Please sign in to comment.