Changeset 3392 for trunk/GSASIIdataGUI.py
- Timestamp:
- May 17, 2018 11:27:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3391 r3392 4186 4186 for hist in Phase['Histograms']: 4187 4187 if 'Use' not in Phase['Histograms'][hist]: #patch: add Use flag as True 4188 Phase['Histograms'][hist]['Use'] = True 4188 Phase['Histograms'][hist]['Use'] = True 4189 if Phase['Histograms'][hist]['Use'] and phase not in Phases: 4190 Phases[phase] = Phase 4189 4191 if hist not in Histograms and Phase['Histograms'][hist]['Use']: 4190 if phase not in Phases:4191 Phases[phase] = Phase4192 4192 item = GetGPXtreeItemId(self,self.root,hist) 4193 4193 if item: … … 4201 4201 print(u'For phase "'+phase+ 4202 4202 u'" unresolved reference to histogram "'+hist+u'"') 4203 #G2obj.IndexAllIds(Histograms=Histograms,Phases=Phases)4204 4203 G2obj.IndexAllIds(Histograms=Histograms,Phases=phaseData) 4205 4204 return Histograms,Phases
Note: See TracChangeset
for help on using the changeset viewer.