Changeset 2323 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Jun 15, 2016 7:20:50 PM (7 years ago)
Author:
toby
Message:

prepare to calc s.u. for distance pseudo vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2321 r2323  
    14621462        self.SequentialMenu.Append(menu=self.SequentialPvars, title='Pseudo Vars')
    14631463        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')
    14661466        self.SequentialPvars.Append(
    14671467            id=wxADDSEQDIST, kind=wx.ITEM_NORMAL,text='Add Distance',
     
    34413441            calcobj.UpdateDict(PSvarDict)
    34423442            valList.append(calcobj.EvalExpression())
     3443            # if calcobj.su is not None: esdList[-1] = calcobj.su
    34433444        if not esdList:
    34443445            esdList = None
Note: See TracChangeset for help on using the changeset viewer.