From e706c7d92c4ee41e8e995fb3838bd0931b57efb5 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Wed, 4 Jan 2006 19:00:27 +0000 Subject: Changed all references to scipy to numpy --- COMPATIBILITY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COMPATIBILITY') diff --git a/COMPATIBILITY b/COMPATIBILITY index efafa49aa..b9cc937d2 100644 --- a/COMPATIBILITY +++ b/COMPATIBILITY @@ -31,7 +31,7 @@ using PyMemData_FREE(ptr) or PyMemData_XFREE(ptr); a->descr->zero --> PyArray_Zero(a) a->descr->one --> PyArray_One(a) -Numeric/arrayobject.h --> scipy/arrayobject.h +Numeric/arrayobject.h --> numpy/arrayobject.h # These will actually work and are defines for PyArray_BYTE, -- cgit v1.2.1