[Yt-svn] yt: fixed a typo

hg at spacepope.org hg at spacepope.org
Wed Aug 18 17:02:40 PDT 2010


hg Repository: yt
details:   yt/rev/2f24f8e830b3
changeset: 1958:2f24f8e830b3
user:      J.S. Oishi <jsoishi at gmail.com>
date:
Wed Aug 18 17:02:30 2010 -0700
description:
fixed a typo

diffstat:

 yt/lagos/OutputTypes.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 422cc687a3e6 -r 2f24f8e830b3 yt/lagos/OutputTypes.py
--- a/yt/lagos/OutputTypes.py	Wed Aug 18 16:36:12 2010 -0700
+++ b/yt/lagos/OutputTypes.py	Wed Aug 18 17:02:30 2010 -0700
@@ -910,7 +910,7 @@
         self.parameters["DomainRightEdge"] = na.array(
             [self._find_parameter("real", "%smax" % ax) for ax in 'xyz'])
         self.parameters["InitialTime"] = \
-            float(self._find_parameter("real", "time", scalar=True)
+            float(self._find_parameter("real", "time", scalar=True))
         self._handle.close()
 
     @classmethod



More information about the yt-svn mailing list