Ignore:
Timestamp:
Jan 15, 2009, 11:03:42 AM (15 years ago)
Author:
rwilson
Message:

Changed .array(A) to .array(A, num.Int) where appropriate. Helps when going to numpy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/search_functions.py

    r6152 r6174  
    2222                        num.array([max_float,max_float]),
    2323                        num.array([max_float,max_float])),
    24                        (num.array([1,1]),num.array([0,0]),num.array([-1.1,-1.1]))]]]
     24                       (num.array([1,1], num.Int),      #array default#
     25                        num.array([0,0], num.Int),      #array default#
     26                        num.array([-1.1,-1.1]))]]]
    2527
    2628def search_tree_of_vertices(root, mesh, x):
Note: See TracChangeset for help on using the changeset viewer.