[Yt-svn] yt: Fixing syntax error

hg at spacepope.org hg at spacepope.org
Thu Apr 29 09:29:42 PDT 2010


hg Repository: yt
details:   yt/rev/6157bd511ada
changeset: 1626:6157bd511ada
user:      Matthew Turk <matthewturk at gmail.com>
date:
Thu Apr 29 09:29:38 2010 -0700
description:
Fixing syntax error

diffstat:

 yt/raven/_MPL.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r e5207f5498e5 -r 6157bd511ada yt/raven/_MPL.c
--- a/yt/raven/_MPL.c	Thu Apr 29 08:58:01 2010 -0700
+++ b/yt/raven/_MPL.c	Thu Apr 29 09:29:38 2010 -0700
@@ -178,7 +178,7 @@
             if (overlap1 < 0.0 || overlap2 < 0.0) continue;
             if (antialias == 1)
               *(npy_float64*) PyArray_GETPTR2(my_array, j, i) +=
-                    (dsp*overlap1)*overlap2);
+                    (dsp*overlap1)*overlap2;
             else *(npy_float64*) PyArray_GETPTR2(my_array, j, i) = dsp;
           }
         }



More information about the yt-svn mailing list