Changeset 3451 for trunk/GSASIIdataGUI.py
- Timestamp:
- Jun 25, 2018 4:23:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3450 r3451 6924 6924 for phase in Phases: 6925 6925 var = str(Phases[phase]['pId'])+':*:Scale' 6926 if var not in combinedVaryList+ depValDict.keys(): continue6926 if var not in combinedVaryList+list(depValDict.keys()): continue 6927 6927 wtFrList = [] 6928 6928 sigwtFrList = []
Note: See TracChangeset
for help on using the changeset viewer.