Ignore:
Timestamp:
May 11, 2010, 3:12:21 PM (14 years ago)
Author:
hudson
Message:

Refactored MeshQuad? into a self-contained class without global elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geometry/test_geometry.py

    r7714 r7716  
    7575                     (AABB(7, 8, 3, 4), 333), (AABB(1, 10, 0, 1), 444)])
    7676
    77         result = cell.search(x = 8.5, y = 1.5)
     77        result = cell.search([8.5, 1.5])
    7878        assert type(result) in [types.ListType,types.TupleType],\
    7979                            'should be a list'
Note: See TracChangeset for help on using the changeset viewer.