[Yt-svn] yt-commit r1600 - trunk/yt/lagos

sskory at wrangler.dreamhost.com sskory at wrangler.dreamhost.com
Wed Jan 27 17:42:29 PST 2010


Author: sskory
Date: Wed Jan 27 17:42:28 2010
New Revision: 1600
URL: http://yt.enzotools.org/changeset/1600

Log:
This was unfortunately commented out, which does affect the answers when in parallel. I probably did this.

Modified:
   trunk/yt/lagos/HaloFinding.py

Modified: trunk/yt/lagos/HaloFinding.py
==============================================================================
--- trunk/yt/lagos/HaloFinding.py	(original)
+++ trunk/yt/lagos/HaloFinding.py	Wed Jan 27 17:42:28 2010
@@ -1220,7 +1220,7 @@
         self.bounds = (LE, RE)
         # reflect particles around the periodic boundary
         #self._reposition_particles((LE, RE))
-        #sub_mass = self._data_source["ParticleMassMsun"].sum()
+        sub_mass = self._data_source["ParticleMassMsun"].sum()
         HOPHaloList.__init__(self, self._data_source, threshold*total_mass/sub_mass, dm_only)
         self._parse_halolist(total_mass/sub_mass)
         self._join_halolists()



More information about the yt-svn mailing list