r_ij consistency

Issue #11 resolved
Eric Harper created an issue

Fix consistency of all r_ij calculations in freud:

r_ij = r_j - r_i

Also, do not create local variables unless necessary so:

delta = m_box.wrap(m_points[j] - m_points[i]);

is preferred

Comments (3)

  1. Log in to comment