[yt-svn] commit/yt: xarthisius: Merged in ngoldbaum/yt (pull request #2368)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Sep 15 09:44:16 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/9117a13f5561/
Changeset:   9117a13f5561
Branch:      yt
User:        xarthisius
Date:        2016-09-15 16:43:50+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2368)

silence cython warning
Affected #:  1 file

diff -r c7b7950bb650eadad20134c09cadb837ed9d9063 -r 9117a13f556156c853cb5983fb8752a068657c75 yt/utilities/lib/distance_queue.pyx
--- a/yt/utilities/lib/distance_queue.pyx
+++ b/yt/utilities/lib/distance_queue.pyx
@@ -135,7 +135,8 @@
         will return the indices into the points array of the maxn closest
         neighbors."""
         cdef int i, j
-        cdef np.float64_t ppos[3], cpos[3]
+        cdef np.float64_t ppos[3]
+        cdef np.float64_t cpos[3]
         self.neighbor_reset()
         for i in range(3):
             cpos[i] = center[i]

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list