Ignore:
Timestamp:
Feb 14, 2008, 2:24:36 PM (16 years ago)
Author:
nick
Message:

update to run_circular.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/circular_island/run_circular.py

    r5035 r5036  
    191191    for xy in list_xy:
    192192        # this finds the int that relates to the correct sqrt in the table
    193         nn=int(round(d,2)*100)
     193        nn=int(round(xy,2)*100)
    194194        zz=-float(attribute_dic['sqrt'][nn])
    195195#        print nn,zz
Note: See TracChangeset for help on using the changeset viewer.