[Yt-svn] commit/yt: MatthewTurk: Fixes jenkins build problem, and should fix DivV identification.

Bitbucket commits-noreply at bitbucket.org
Mon Jul 25 06:09:06 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/fe23c120e96a/
changeset:   fe23c120e96a
branch:      yt
user:        MatthewTurk
date:        2011-07-25 15:07:11
summary:     Fixes jenkins build problem, and should fix DivV identification.
affected #:  1 file (34 bytes)

--- a/yt/data_objects/field_info_container.py	Mon Jul 25 08:53:12 2011 -0400
+++ b/yt/data_objects/field_info_container.py	Mon Jul 25 09:07:11 2011 -0400
@@ -158,6 +158,7 @@
                 pf.hubble_constant = pf.cosmological_simulation = 0.0
             pf.domain_left_edge = na.zeros(3, 'float64')
             pf.domain_right_edge = na.ones(3, 'float64')
+            pf.dimensionality = 3
         self.pf = pf
         class fake_hierarchy(object):
             class fake_io(object):

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list