Change method for passing in data

Issue #83 resolved
Eric Harper created an issue

use this as example:

cdef np.ndarray cPoints = points cdef unsigned int Np = points.shape[0] with nogil: self.thisptr.computeCellList(cBox, <vec3[float]*> cPoints.data, Np)

Comments (1)

  1. Log in to comment