[Yt-svn] commit/yt-doc: sskory: Removing 'all' in favor of 'dd'.

Bitbucket commits-noreply at bitbucket.org
Mon Jul 11 07:35:09 PDT 2011


1 new changeset in yt-doc:

http://bitbucket.org/yt_analysis/yt-doc/changeset/cacdbf4543f7/
changeset:   cacdbf4543f7
user:        sskory
date:        2011-07-11 16:35:04
summary:     Removing 'all' in favor of 'dd'.
affected #:  1 file (2 bytes)

--- a/source/analysis_modules/star_analysis.rst	Tue Jun 28 13:48:05 2011 -0700
+++ b/source/analysis_modules/star_analysis.rst	Mon Jul 11 08:35:04 2011 -0600
@@ -28,8 +28,8 @@
   from yt.mods import *
   from yt.analysis_modules.star_analysis.api import *
   pf = load("data0030")
-  all = pf.h.all_data()
-  sfr = StarFormationRate(pf, data_source=all)
+  dd = pf.h.all_data()
+  sfr = StarFormationRate(pf, data_source=dd)
 
 or just a small part of the volume:

Repository URL: https://bitbucket.org/yt_analysis/yt-doc/

--

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