Ignore:
Timestamp:
Jul 7, 2020 5:42:34 PM (3 years ago)
Author:
toby
Message:

new capability: general parameter access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4514 r4515  
    51555155            histNames = Controls['Seq Data']
    51565156        else: # patch from before Controls['Seq Data'] was implemented
    5157             histNames = G2stIO.GetHistogramNames(self.GPXfile,['PWDR',])
     5157            histNames = G2stIO.GetHistogramNames(self.GSASprojectfile,['PWDR',])
    51585158        if Controls.get('Reverse Seq'):
    51595159            histNames.reverse()
Note: See TracChangeset for help on using the changeset viewer.