[Yt-svn] yt: Adding add_field import to spectral integrator.

hg at spacepope.org hg at spacepope.org
Thu Dec 2 15:54:15 PST 2010


hg Repository: yt
details:   yt/rev/2e69ac29577d
changeset: 3570:2e69ac29577d
user:      Sam Skillman <sam.skillman at gmail.com>
date:
Thu Dec 02 16:54:09 2010 -0700
description:
Adding add_field import to spectral integrator.

diffstat:

 yt/analysis_modules/spectral_integrator/spectral_frequency_integrator.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r c51b4a323d89 -r 2e69ac29577d yt/analysis_modules/spectral_integrator/spectral_frequency_integrator.py
--- a/yt/analysis_modules/spectral_integrator/spectral_frequency_integrator.py	Thu Dec 02 17:20:00 2010 -0600
+++ b/yt/analysis_modules/spectral_integrator/spectral_frequency_integrator.py	Thu Dec 02 16:54:09 2010 -0700
@@ -25,6 +25,7 @@
 """
 
 from yt.funcs import *
+from yt.mods import add_field
 import numpy as na
 from yt.utilities.linear_interpolators import \
     UnilinearFieldInterpolator, \



More information about the yt-svn mailing list