Resolve redundancy between getCoordinates and makeCoordinates

Issue #165 resolved
Bradley Dice created an issue

In box.pxi, there are two very similar functions called getCoordinates() and makeCoordinates(). It appears that they do the same thing, but one works on numpy arrays and the other on lists. Only getCoordinates() is currently tested. The redundancy between these should be eliminated in favor of one method that accepts either input type (and possibly arrays of coordinates to convert them in bulk).

Comments (1)

  1. Log in to comment