- Timestamp:
- May 26, 2015, 3:20:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r436 r437 11137 11137 # Creation of the netCDF file 11138 11138 ## 11139 if len(varn) >1:11139 if varn.find(',') != -1: 11140 11140 varnS = 'multi-var' 11141 11141 else:
Note: See TracChangeset
for help on using the changeset viewer.