Ignore:
Timestamp:
Nov 6, 2008, 3:32:23 PM (16 years ago)
Author:
rwilson
Message:

NumPy? conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source_numpy_conversion/anuga/utilities/compile.py

    r5889 r5902  
    1212
    1313#NumPy ------------------------------------
    14 # these lines recommended in "Converting from NUMARRAY to NUMPY"
     14# Something like these lines recommended in "Converting from NUMARRAY to NUMPY"
    1515import numpy
    16 import numpy.numarray as nn
    1716numpyincludedirs = numpy.get_include()
    18 numarrayincludedirs = nn.get_numarray_include_dirs()
    1917I_dirs = '-I"%s" ' % numpyincludedirs
    20 for d in numarrayincludedirs:
    21     I_dirs += '-I"%s" ' % d
    2218#NumPy ------------------------------------
    2319
Note: See TracChangeset for help on using the changeset viewer.