[yt-svn] commit/yt: xarthisius: Fixing NameError in filtering.rst

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Dec 4 10:59:10 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/5cd6764df8f3/
Changeset:   5cd6764df8f3
Branch:      yt
User:        xarthisius
Date:        2014-12-03 18:44:54+00:00
Summary:     Fixing NameError in filtering.rst
Affected #:  1 file

diff -r 9d96ac2cfc308468239e99e88552a704168291e0 -r 5cd6764df8f3fbb981eefa5f19ee9f98b0ed61f6 doc/source/analyzing/filtering.rst
--- a/doc/source/analyzing/filtering.rst
+++ b/doc/source/analyzing/filtering.rst
@@ -201,7 +201,7 @@
 
     prj.show()
 
-    slc = yt.SlicePlot(ds, "x", "density", center=c, width=(50, "Mpc"),
+    slc = yt.SlicePlot(ds, "x", "density", center=center, width=(50, "Mpc"),
                        data_source=sp)
 
     slc.show()

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

--

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