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

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Mon Dec 8 21:01:12 PST 2008


Author: britton
Date: Mon Dec  8 21:01:12 2008
New Revision: 985
URL: http://yt.spacepope.org/changeset/985

Log:
Added definition of the current critical density for use with the Overdensity 
field.


Modified:
   trunk/yt/lagos/EnzoFields.py

Modified: trunk/yt/lagos/EnzoFields.py
==============================================================================
--- trunk/yt/lagos/EnzoFields.py	(original)
+++ trunk/yt/lagos/EnzoFields.py	Mon Dec  8 21:01:12 2008
@@ -25,6 +25,8 @@
 
 from UniversalFields import *
 
+rho_crit_now = 1.8788e-29
+
 class EnzoFieldContainer(CodeFieldInfoContainer):
     _shared_state = {}
     _field_list = {}



More information about the yt-svn mailing list