Ignore:
Timestamp:
Mar 17, 2009, 4:02:54 PM (14 years ago)
Author:
rwilson
Message:

Revert back to 6481, prior to auto-merge of trunk and numpy branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/shallow_water/test_shallow_water_domain.py

    r6517 r6533  
    16721672        # Setup computational domain
    16731673        #-----------------------------------------------------------------
    1674         points, vertices, boundary = rectangular_cross(10, 10) # Basic mesh
    1675         domain = Domain(points, vertices, boundary) # Create domain
    1676         domain.set_default_order(1)       
     1674        points, vertices, boundary = rectangular_cross(10, 10)    # Basic mesh
     1675        domain = Domain(points, vertices, boundary)    # Create domain
    16771676        domain.set_quantities_to_be_stored(None)
    16781677        domain.set_maximum_allowed_speed(100) #FIXME (Ole): try to remove this
Note: See TracChangeset for help on using the changeset viewer.