[yt-svn] commit/yt: 2 new changesets

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


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/3cb69b7e5c40/
Changeset:   3cb69b7e5c40
Branch:      yt
User:        ngoldbaum
Date:        2016-09-07 18:41:00+00:00
Summary:     silence cython warning
Affected #:  1 file

diff -r efbc6a51b1322148be1f956bc2e3b1f73a5b9198 -r 3cb69b7e5c40dcd0cac64805085dbe3e4648f766 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]


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