Changeset 2327 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Jun 16, 2016 8:34:05 AM (7 years ago)
Author:
vondreele
Message:

dist & angles now work for seq results table; esds are fake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2326 r2327  
    34713471            calcobj.UpdateDict(PSvarDict)
    34723472            valList.append(calcobj.EvalExpression())
    3473             # if calcobj.su is not None: esdList[-1] = calcobj.su
     3473            if calcobj.su is not None: esdList[-1] = calcobj.su
    34743474        if not esdList:
    34753475            esdList = None
Note: See TracChangeset for help on using the changeset viewer.