Changeset 1093 for trunk/UTIL


Ignore:
Timestamp:
Nov 7, 2013, 3:23:43 PM (11 years ago)
Author:
aslmd
Message:

PLANETOPLOT. fixed a bug in case lower case is used in set_var.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/ppplot.py

    r1091 r1093  
    9595        else:
    9696            var, format, colorb, label, units = line.strip().split(';')
    97             ind = var.strip() 
     97            ind = var.strip().upper()
    9898            vf[ind] = format.strip()
    9999            vc[ind] = colorb.strip()
Note: See TracChangeset for help on using the changeset viewer.