Changeset 1013


Ignore:
Timestamp:
Mar 4, 2005, 6:10:56 PM (20 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_shallow_water.py

    r1011 r1013  
    16541654                    z[i] = -0.5
    16551655                if 0.5 <= x[i] < 0.7: 
    1656                     z[i] = 0.4
     1656                    z[i] = 0.4       
    16571657                if 0.7 <= x[i]: 
    16581658                    z[i] = x[i]/3                   
Note: See TracChangeset for help on using the changeset viewer.