Skip to content

Commit

Permalink
removal of 'xforce' and 'yforce' components of the numpy data type
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Jun 7, 2018
1 parent 780468b commit fcecb08
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 584 deletions.
3 changes: 1 addition & 2 deletions pylj/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,4 @@ def particle_dt():
"""
return np.dtype([('xposition', np.float64), ('yposition', np.float64), ('xvelocity', np.float64),
('yvelocity', np.float64), ('xacceleration', np.float64), ('yacceleration', np.float64),
('xprevious_position', np.float64), ('yprevious_position', np.float64), ('xforce', np.float64),
('yforce', np.float64), ('energy', np.float64)])
('xprevious_position', np.float64), ('yprevious_position', np.float64), ('energy', np.float64)])
Loading

0 comments on commit fcecb08

Please sign in to comment.