[Numpy-svn] r5892 - branches/ufunc_cleanup/numpy/core/include/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Oct 2 22:04:12 EDT 2008


Author: charris
Date: 2008-10-02 21:04:10 -0500 (Thu, 02 Oct 2008)
New Revision: 5892

Modified:
   branches/ufunc_cleanup/numpy/core/include/numpy/ufuncobject.h
Log:
Add PyUFunc_Nan.


Modified: branches/ufunc_cleanup/numpy/core/include/numpy/ufuncobject.h
===================================================================
--- branches/ufunc_cleanup/numpy/core/include/numpy/ufuncobject.h	2008-10-02 20:37:00 UTC (rev 5891)
+++ branches/ufunc_cleanup/numpy/core/include/numpy/ufuncobject.h	2008-10-03 02:04:10 UTC (rev 5892)
@@ -184,6 +184,7 @@
 #define PyUFunc_One 1
 #define PyUFunc_Zero 0
 #define PyUFunc_None -1
+#define PyUFunc_Nan NAN
 
 #define UFUNC_REDUCE 0
 #define UFUNC_ACCUMULATE 1




More information about the Numpy-svn mailing list