Changeset 1393 in lmdz_wrf for trunk/tools
- Timestamp:
- Dec 19, 2016, 6:10:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1387 r1393 1620 1620 if wdlx and wdly: 1621 1621 copy = list(newdxl) 1622 newdxl = list(newdyl [::-1])1623 newdyl = list(copy [::-1])1622 newdxl = list(newdyl) 1623 newdyl = list(copy) 1624 1624 # else: 1625 1625 # print errormsg
Note: See TracChangeset
for help on using the changeset viewer.