We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d648da commit 22e9365Copy full SHA for 22e9365
GSASII/GSASIIobj.py
@@ -1433,6 +1433,8 @@ def ReInitialize(self):
1433
self.instdict = {} # place items here that will be transferred to the instrument parameters
1434
self.pwdparms = {} # place parameters that are transferred directly to the tree
1435
# here (typically from an existing GPX file)
1436
+ self.selections = []
1437
+ self.dnames = []
1438
######################################################################
1439
class ImportSmallAngleData(ImportBaseclass):
1440
'''Defines a base class for the reading of files with small angle data.
0 commit comments