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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jun 8 06:38:56 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/e54d6f6ca370/
Changeset:   e54d6f6ca370
User:        Hugo Pfister
Date:        2017-06-07 12:41:02+00:00
Summary:     Allows negative indexes when reading RAMSES outputs.
Usefull when working with sinks particles, which need cloud particles which have a negative index.
Affected #:  1 file

diff -r 662fdbe5331ad344f09868c8115f697e5a3bae62 -r e54d6f6ca3708115e00e6b35b0d1c3abb41ebb52 yt/frontends/ramses/data_structures.py
--- a/yt/frontends/ramses/data_structures.py
+++ b/yt/frontends/ramses/data_structures.py
@@ -162,7 +162,7 @@
                 ("particle_velocity_y", "d"),
                 ("particle_velocity_z", "d"),
                 ("particle_mass", "d"),
-                ("particle_identifier", "I"),
+                ("particle_identifier", "i"),
                 ("particle_refinement_level", "I")]
         if hvals["nstar_tot"] > 0:
             particle_fields += [("particle_age", "d"),


https://bitbucket.org/yt_analysis/yt/commits/46ddbe0ff60d/
Changeset:   46ddbe0ff60d
User:        ngoldbaum
Date:        2017-06-08 13:38:43+00:00
Summary:     Merge pull request #1442 from HugoPfister/master

Allow negative indexes when reading RAMSES outputs.
Affected #:  1 file

diff -r c2a7d92135d0e0e6702fa3a72fedb801d8f6b30d -r 46ddbe0ff60d4384ed866781ff78d117e2bc2607 yt/frontends/ramses/data_structures.py
--- a/yt/frontends/ramses/data_structures.py
+++ b/yt/frontends/ramses/data_structures.py
@@ -162,7 +162,7 @@
                 ("particle_velocity_y", "d"),
                 ("particle_velocity_z", "d"),
                 ("particle_mass", "d"),
-                ("particle_identifier", "I"),
+                ("particle_identifier", "i"),
                 ("particle_refinement_level", "I")]
         if hvals["nstar_tot"] > 0:
             particle_fields += [("particle_age", "d"),

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