Skip to content
Snippets Groups Projects
Commit 87bbec96 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

fix typo

parent df76c93e
No related branches found
No related tags found
No related merge requests found
...@@ -435,7 +435,7 @@ the agent motion, or ...@@ -435,7 +435,7 @@ the agent motion, or
print('Remain {}, done in {}'.format(remain, remain*t_peritem)) print('Remain {}, done in {}'.format(remain, remain*t_peritem))
if filename is not None: if filename is not None:
self.velocities.to_hdf(filename, key='velocities') self.velocities.to_hdf(filename, key='velocities')
prev_nline = nline
nline += 1 nline += 1
return self.velocities.copy() return self.velocities.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment