- Timestamp:
- Apr 16, 2015, 7:07:24 PM (10 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r398 r399 230 230 else: 231 231 varvalsdim.append(int(dimcutv)) 232 found = True 232 233 break 233 234 if not found and not searchInlist(dimnslice,vardims[idd]): -
trunk/tools/nc_var_tools.py
r397 r399 11961 11961 else: 11962 11962 varvalsdim.append(int(dimcutv)) 11963 found = True 11963 11964 break 11964 11965 if not found and not searchInlist(dimnslice,vardims[idd]):
Note: See TracChangeset
for help on using the changeset viewer.