Changeset 5036
- Timestamp:
- Feb 14, 2008, 2:24:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/circular_island/run_circular.py
r5035 r5036 191 191 for xy in list_xy: 192 192 # 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) 194 194 zz=-float(attribute_dic['sqrt'][nn]) 195 195 # print nn,zz
Note: See TracChangeset
for help on using the changeset viewer.