Changeset 563 in lmdz_wrf for trunk/tools
- Timestamp:
- Jul 6, 2015, 12:13:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r562 r563 5239 5239 linesn = [] 5240 5240 for itrj in range(Ntraj): 5241 linesn = str(itrj)5241 linesn.append(str(itrj)) 5242 5242 else: 5243 5243 linesn = linesn0
Note: See TracChangeset
for help on using the changeset viewer.