Changeset 2323 for trunk/GSASIIgrid.py
- Timestamp:
- Jun 15, 2016 7:20:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2321 r2323 1462 1462 self.SequentialMenu.Append(menu=self.SequentialPvars, title='Pseudo Vars') 1463 1463 self.SequentialPvars.Append( 1464 id=wxADDSEQVAR, kind=wx.ITEM_NORMAL,text='Add ',1465 help='Add a new pseudo-variable')1464 id=wxADDSEQVAR, kind=wx.ITEM_NORMAL,text='Add Formula', 1465 help='Add a new custom pseudo-variable') 1466 1466 self.SequentialPvars.Append( 1467 1467 id=wxADDSEQDIST, kind=wx.ITEM_NORMAL,text='Add Distance', … … 3441 3441 calcobj.UpdateDict(PSvarDict) 3442 3442 valList.append(calcobj.EvalExpression()) 3443 # if calcobj.su is not None: esdList[-1] = calcobj.su 3443 3444 if not esdList: 3444 3445 esdList = None
Note: See TracChangeset
for help on using the changeset viewer.