[Yt-svn] yt-commit r707 - branches/yt-generalization/yt

joishi at wrangler.dreamhost.com joishi at wrangler.dreamhost.com
Tue Jul 29 14:40:32 PDT 2008


Author: joishi
Date: Tue Jul 29 14:40:32 2008
New Revision: 707
URL: http://yt.spacepope.org/changeset/707

Log:
* fixed stupid typo


Modified:
   branches/yt-generalization/yt/mods.py

Modified: branches/yt-generalization/yt/mods.py
==============================================================================
--- branches/yt-generalization/yt/mods.py	(original)
+++ branches/yt-generalization/yt/mods.py	Tue Jul 29 14:40:32 2008
@@ -54,5 +54,5 @@
     return lagos.EnzoStaticOutput(sys.argv[-1])
 
 def get_oso():
-    return lagos.OrionStatiOutput(sys.argv[-1])
+    return lagos.OrionStaticOutput(sys.argv[-1])
 



More information about the yt-svn mailing list