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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 6 09:43:54 PDT 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/1fd491aea2e6/
Changeset:   1fd491aea2e6
Branch:      yt
User:        MatthewTurk
Date:        2015-08-04 15:56:29+00:00
Summary:     Change to use 64 bit index for gind.  Closes #1057.
Affected #:  1 file

diff -r fffa77d2fdc205b54fb87befaa50ade850f826d6 -r 1fd491aea2e61ca0f93bd85b648248cf1457291d yt/geometry/particle_deposit.pyx
--- a/yt/geometry/particle_deposit.pyx
+++ b/yt/geometry/particle_deposit.pyx
@@ -351,7 +351,8 @@
                       np.int64_t domain_ind
                       ):
 
-        cdef int i, j, k, ii
+        cdef int i, j, k
+        cdef np.uint64_t ii
         cdef int ind[3]
         cdef np.float64_t rpos[3]
         cdef np.float64_t rdds[3][2]


https://bitbucket.org/yt_analysis/yt/commits/dec015906fc0/
Changeset:   dec015906fc0
Branch:      yt
User:        ngoldbaum
Date:        2015-08-06 16:43:45+00:00
Summary:     Merged in MatthewTurk/yt (pull request #1674)

Use unsigned int for indexing in particle deposit
Affected #:  1 file

diff -r 6d186e7997e1c46619cfa74531cb3a493c4b9d21 -r dec015906fc0dd799c4b01a3b3f0c9f3c75e1b9a yt/geometry/particle_deposit.pyx
--- a/yt/geometry/particle_deposit.pyx
+++ b/yt/geometry/particle_deposit.pyx
@@ -351,7 +351,8 @@
                       np.int64_t domain_ind
                       ):
 
-        cdef int i, j, k, ii
+        cdef int i, j, k
+        cdef np.uint64_t ii
         cdef int ind[3]
         cdef np.float64_t rpos[3]
         cdef np.float64_t rdds[3][2]

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