[Yt-svn] yt: Fixing a typo that snuck in.

hg at spacepope.org hg at spacepope.org
Wed Sep 22 17:11:38 PDT 2010


hg Repository: yt
details:   yt/rev/54a12ffc3523
changeset: 3407:54a12ffc3523
user:      Matthew Turk <matthewturk at gmail.com>
date:
Wed Sep 22 17:11:35 2010 -0700
description:
Fixing a typo that snuck in.

diffstat:

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

diffs (12 lines):

diff -r 25370ee2cc16 -r 54a12ffc3523 yt/data_objects/data_containers.py
--- a/yt/data_objects/data_containers.py	Wed Sep 22 17:10:00 2010 -0700
+++ b/yt/data_objects/data_containers.py	Wed Sep 22 17:11:35 2010 -0700
@@ -2069,7 +2069,7 @@
         """
         AMRData.__init__(self, pf, fields, **kwargs)
         self._set_center(center)
-        self.coords = Noe
+        self.coords = None
         self._grids = None
 
     def _generate_coords(self):



More information about the yt-svn mailing list