Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipudu committed Aug 19, 2017
1 parent 091ade4 commit fb7c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order/msd.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def mean_square_displacement(self, max_t = 1000, freq = 1):
bar.next()
bar.finish()

def out_put(self, taskname='MSD'):
def out_put(self, taskname='MSD'):
"""output raw data of msd"""
raw_data = self.fprefix + '_' + taskname + '_raw.dat'
with open(raw_data, 'w') as f:
Expand Down

0 comments on commit fb7c299

Please sign in to comment.