Changeset 6304 for branches/numpy/anuga/utilities/util_ext.c
- Timestamp:
- Feb 10, 2009, 11:11:04 AM (16 years ago)
- Location:
- branches/numpy
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/numpy/anuga/utilities/util_ext.c
r5897 r6304 10 10 // Ole Nielsen, GA 2004 11 11 // 12 //NOTE: On 64 bit systems use long* instead of int* for Numeric arrays12 //NOTE: On 64 bit systems use long* instead of int* for numeric arrays 13 13 //this will also work on 32 bit systems 14 14 … … 16 16 17 17 #include "Python.h" 18 #include " Numeric/arrayobject.h"18 #include "numpy/arrayobject.h" 19 19 #include "math.h" 20 20
Note: See TracChangeset
for help on using the changeset viewer.