Ignore:
Timestamp:
Feb 10, 2009, 11:11:04 AM (16 years ago)
Author:
rwilson
Message:

Initial commit of numpy changes. Still a long way to go.

Location:
branches/numpy
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/utilities/util_ext.c

    r5897 r6304  
    1010// Ole Nielsen, GA 2004
    1111//
    12 //NOTE: On 64 bit systems use long* instead of int* for Numeric arrays
     12//NOTE: On 64 bit systems use long* instead of int* for numeric arrays
    1313//this will also work on 32 bit systems
    1414
     
    1616
    1717#include "Python.h"
    18 #include "Numeric/arrayobject.h"
     18#include "numpy/arrayobject.h"
    1919#include "math.h"
    2020
Note: See TracChangeset for help on using the changeset viewer.