Changeset 2448 for trunk/GSASIImath.py


Ignore:
Timestamp:
Aug 24, 2016 12:14:59 PM (7 years ago)
Author:
vondreele
Message:

fix error in getCellEsd - bad v*mat*v inner product. Cell esds now OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r2330 r2448  
    23282328        esd = 0
    23292329        esdoff = 5
     2330#    if esd < 1.e-5:
     2331#        esd = 0
     2332#        esdoff = 5
    23302333    elif esd != 0:
    23312334        # transform the esd to a one or two digit integer
Note: See TracChangeset for help on using the changeset viewer.