Changeset 4666 for anuga_core/source/anuga/fit_interpolate
- Timestamp:
- Aug 8, 2007, 2:29:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/fit_interpolate/test_search_functions.py
r4655 r4666 182 182 mesh = Mesh(points, vertices) 183 183 184 # Don't do this, want to control the m x and mins184 # Don't do this, want to control the max and mins 185 185 #root = build_quadtree(mesh, max_points_per_cell=4) 186 186 187 #Initialise 188 Cell.initialise(mesh) 189 190 root = Cell(-3, 9, -3, 9, 187 188 root = Cell(-3, 9, -3, 9, mesh, 191 189 max_points_per_cell = 4) 192 190 #Insert indices of all vertices
Note: See TracChangeset
for help on using the changeset viewer.