[Yt-svn] yt-commit r1629 - trunk/yt/extensions/volume_rendering

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Thu Feb 11 16:10:53 PST 2010


Author: mturk
Date: Thu Feb 11 16:10:52 2010
New Revision: 1629
URL: http://yt.enzotools.org/changeset/1629

Log:
Removing extraneous print statement



Modified:
   trunk/yt/extensions/volume_rendering/software_sampler.py

Modified: trunk/yt/extensions/volume_rendering/software_sampler.py
==============================================================================
--- trunk/yt/extensions/volume_rendering/software_sampler.py	(original)
+++ trunk/yt/extensions/volume_rendering/software_sampler.py	Thu Feb 11 16:10:52 2010
@@ -83,7 +83,6 @@
     tf.light_dir = (cp._inv_mat[0,0]*cx + cp._inv_mat[0,1]*cy + cz,
                     cp._inv_mat[1,0]*cx + cp._inv_mat[1,1]*cy + cz,
                     cp._inv_mat[2,0]*cx + cp._inv_mat[2,1]*cy + cz)
-    print tf.light_dir
     
     tfp = TransferFunctionProxy(tf)
     tfp.ns = nsamples



More information about the yt-svn mailing list