Changeset 1802 for trunk/GSASIIobj.py
- Timestamp:
- Apr 21, 2015 3:29:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r1790 r1802 1145 1145 l[5] = "Phase fraction" 1146 1146 if l[0] == '*': 1147 lbl = ' all'1147 lbl = 'Seq. ref.' 1148 1148 else: 1149 1149 lbl = ShortPhaseNames.get(l[0],'? #'+str(l[0])) 1150 1150 if l[1] == '*': 1151 hlbl = ' all'1151 hlbl = 'Seq. ref.' 1152 1152 else: 1153 1153 hlbl = ShortHistNames.get(l[1],'? #'+str(l[1]))
Note: See TracChangeset
for help on using the changeset viewer.