Ignore:
Timestamp:
Aug 8, 2007, 2:29:01 PM (18 years ago)
Author:
duncan
Message:

unverified solution to ticket#176

File:
1 edited

Legend:

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

    r4655 r4666  
    182182        mesh = Mesh(points, vertices)
    183183
    184         # Don't do this, want to control the mx and mins
     184        # Don't do this, want to control the max and mins
    185185        #root = build_quadtree(mesh, max_points_per_cell=4)
    186186   
    187         #Initialise
    188         Cell.initialise(mesh)
    189 
    190         root = Cell(-3, 9, -3, 9,
     187
     188        root = Cell(-3, 9, -3, 9, mesh,
    191189                    max_points_per_cell = 4)
    192190        #Insert indices of all vertices
Note: See TracChangeset for help on using the changeset viewer.