[Yt-svn] yt-commit r1275 - trunk/examples

sskory at wrangler.dreamhost.com sskory at wrangler.dreamhost.com
Thu Apr 23 10:09:28 PDT 2009


Author: sskory
Date: Thu Apr 23 10:09:27 2009
New Revision: 1275
URL: http://yt.spacepope.org/changeset/1275

Log:
removed the .HOPHaloFinder bit

Modified:
   trunk/examples/cookbook_hop_mass_sum.py

Modified: trunk/examples/cookbook_hop_mass_sum.py
==============================================================================
--- trunk/examples/cookbook_hop_mass_sum.py	(original)
+++ trunk/examples/cookbook_hop_mass_sum.py	Thu Apr 23 10:09:27 2009
@@ -2,7 +2,7 @@
 
 pf = get_pf() # last argument on the command line gets turned into an EnzoStaticOutput
 
-hop_results = HaloFinder.HOPHaloFinder(pf, threshold=80.0)
+hop_results = HaloFinder(pf, threshold=80.0)
 
 def get_mass_results(hop_group):
     sphere = hop_group.get_sphere()



More information about the yt-svn mailing list