[Yt-svn] yt-commit r983 - trunk/yt/raven

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Fri Dec 5 12:38:37 PST 2008


Author: mturk
Date: Fri Dec  5 12:38:37 2008
New Revision: 983
URL: http://yt.spacepope.org/changeset/983

Log:
Almost everybody uses periodic boundary conditions.  If you don't, you have to
manually turn it off.  In the future this will be set be checking the parameter
file.  For now, it is not.



Modified:
   trunk/yt/raven/PlotCollection.py

Modified: trunk/yt/raven/PlotCollection.py
==============================================================================
--- trunk/yt/raven/PlotCollection.py	(original)
+++ trunk/yt/raven/PlotCollection.py	Fri Dec  5 12:38:37 2008
@@ -186,7 +186,7 @@
 
     def __add_slice(self, ptype, field, axis, coord=None, center=None,
                  use_colorbar=True, figure = None, axes = None, fig_size=None,
-                 periodic = False, data_source = None, **kwargs):
+                 periodic = True, data_source = None, **kwargs):
         if center == None:
             center = self.c
         if coord == None:
@@ -265,7 +265,7 @@
     def _add_projection(self, ptype, field, axis, weight_field=None,
                       center=None, use_colorbar=True,
                       figure = None, axes = None, fig_size=None,
-                      periodic = False, data_source = None, **kwargs):
+                      periodic = True, data_source = None, **kwargs):
         if center == None:
             center = self.c
         if data_source is None:



More information about the yt-svn mailing list