Changeset 2842 for trunk/GSASII.py
- Timestamp:
- May 29, 2017 3:23:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r2831 r2842 4063 4063 Called from the Calculate/View LS Parms menu. 4064 4064 ''' 4065 parmDict,varyList = self.MakeLSParmDict() 4065 try: 4066 parmDict,varyList = self.MakeLSParmDict() 4067 except: 4068 print('Error retrieving parameters') 4069 return 4066 4070 parmValDict = {} 4067 4071 for i in parmDict:
Note: See TracChangeset
for help on using the changeset viewer.