[Yt-svn] yt: Removing a line that reset the InitialTime parameter at the ...

hg at spacepope.org hg at spacepope.org
Wed Aug 18 21:56:15 PDT 2010


hg Repository: yt
details:   yt/rev/902a9b894f2c
changeset: 1961:902a9b894f2c
user:      Matthew Turk <matthewturk at gmail.com>
date:
Wed Aug 18 21:56:11 2010 -0700
description:
Removing a line that reset the InitialTime parameter at the end of
instantiating FLASHStaticOutput

diffstat:

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

diffs (12 lines):

diff -r 2736145c7c2c -r 902a9b894f2c yt/lagos/OutputTypes.py
--- a/yt/lagos/OutputTypes.py	Thu Aug 19 00:29:05 2010 -0400
+++ b/yt/lagos/OutputTypes.py	Wed Aug 18 21:56:11 2010 -0700
@@ -848,8 +848,6 @@
         self.storage_filename = storage_filename
 
         self.field_info = self._fieldinfo_class()
-        # hardcoded for now
-        self.parameters["InitialTime"] = 0.0
         # These should be explicitly obtained from the file, but for now that
         # will wait until a reorganization of the source tree and better
         # generalization.



More information about the yt-svn mailing list