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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Jul 2 15:47:32 PDT 2008


Author: mturk
Date: Wed Jul  2 15:47:31 2008
New Revision: 645
URL: http://yt.spacepope.org/changeset/645

Log:
Fixed a keyword error



Modified:
   trunk/examples/cookbook_make_timeseries.py

Modified: trunk/examples/cookbook_make_timeseries.py
==============================================================================
--- trunk/examples/cookbook_make_timeseries.py	(original)
+++ trunk/examples/cookbook_make_timeseries.py	Wed Jul  2 15:47:31 2008
@@ -17,4 +17,4 @@
     pc.add_projection("Density",0)
     pc.set_zlim(rho_min, rho_max)
     # Override the name
-    pc.save(frame_template % (i), force=True)
+    pc.save(frame_template % (i), override=True)



More information about the yt-svn mailing list