Changeset 6227


Ignore:
Timestamp:
Jan 22, 2009, 8:26:09 AM (15 years ago)
Author:
steve
Message:

Making runup.py consistent with the user manual (so that both use rectangle_cross)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/demos/runup.py

    r5574 r6227  
    2222#------------------------------------------------------------------------------
    2323
    24 points, vertices, boundary = rectangular(10, 10) # Basic mesh
     24points, vertices, boundary = rectangular_cross(10, 10) # Basic mesh
    2525
    2626domain = Domain(points, vertices, boundary) # Create domain
Note: See TracChangeset for help on using the changeset viewer.