Changeset 5574 for anuga_core


Ignore:
Timestamp:
Jul 25, 2008, 4:07:21 PM (16 years ago)
Author:
ole
Message:

Reverted changeset:5571 which inadvertently added a bunch of non-versioned
files.
The command used to revert this changeset was:

svn merge -r 5571:5570 .

in the anuga root directory.

Location:
anuga_core
Files:
156 deleted
1 edited

Legend:

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

    r5571 r5574  
    3737
    3838def topography(x,y):
    39     #return -x/2                             # linear bed slope
    40     return x*(-(2.0-x)*.5)                  # curved bed slope
     39    return -x/2                             # linear bed slope
     40    #return x*(-(2.0-x)*.5)                  # curved bed slope
    4141
    4242domain.set_quantity('elevation', topography) # Use function for elevation
Note: See TracChangeset for help on using the changeset viewer.