Skip to content

Commit 22e9365

Browse files
committed
save a working snapshot, prior to cleanup
1 parent 4d648da commit 22e9365

File tree

2 files changed

+291
-71
lines changed

2 files changed

+291
-71
lines changed

GSASII/GSASIIobj.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,8 @@ def ReInitialize(self):
14331433
self.instdict = {} # place items here that will be transferred to the instrument parameters
14341434
self.pwdparms = {} # place parameters that are transferred directly to the tree
14351435
# here (typically from an existing GPX file)
1436+
self.selections = []
1437+
self.dnames = []
14361438
######################################################################
14371439
class ImportSmallAngleData(ImportBaseclass):
14381440
'''Defines a base class for the reading of files with small angle data.

0 commit comments

Comments
 (0)