[Scipy-svn] r3018 - in trunk/Lib/stsci: convolve/src image/src
scipy-svn@scip...
scipy-svn@scip...
Sat May 19 13:06:13 CDT 2007
Author: pearu
Date: 2007-05-19 13:06:05 -0500 (Sat, 19 May 2007)
New Revision: 3018
Modified:
trunk/Lib/stsci/convolve/src/_correlatemodule.c
trunk/Lib/stsci/convolve/src/_lineshapemodule.c
trunk/Lib/stsci/image/src/_combinemodule.c
Log:
Removed NO_IMPORT_ARRAY defines to fix unknown
symbol errors with MSVC compiler.
Modified: trunk/Lib/stsci/convolve/src/_correlatemodule.c
===================================================================
--- trunk/Lib/stsci/convolve/src/_correlatemodule.c 2007-05-18 22:45:16 UTC (rev 3017)
+++ trunk/Lib/stsci/convolve/src/_correlatemodule.c 2007-05-19 18:06:05 UTC (rev 3018)
@@ -5,7 +5,6 @@
#include <signal.h>
#include <ctype.h>
-#define NO_IMPORT_ARRAY
#include "numpy/libnumarray.h"
typedef enum
Modified: trunk/Lib/stsci/convolve/src/_lineshapemodule.c
===================================================================
--- trunk/Lib/stsci/convolve/src/_lineshapemodule.c 2007-05-18 22:45:16 UTC (rev 3017)
+++ trunk/Lib/stsci/convolve/src/_lineshapemodule.c 2007-05-19 18:06:05 UTC (rev 3018)
@@ -29,7 +29,6 @@
#include <math.h>
-#define NO_IMPORT_ARRAY
#include "numpy/libnumarray.h"
Modified: trunk/Lib/stsci/image/src/_combinemodule.c
===================================================================
--- trunk/Lib/stsci/image/src/_combinemodule.c 2007-05-18 22:45:16 UTC (rev 3017)
+++ trunk/Lib/stsci/image/src/_combinemodule.c 2007-05-19 18:06:05 UTC (rev 3018)
@@ -5,7 +5,6 @@
#include <signal.h>
#include <ctype.h>
-#define NO_IMPORT_ARRAY
#include "numpy/libnumarray.h"
#define MAX_ARRAYS 1024
More information about the Scipy-svn
mailing list