Changeset 930 for trunk/GSASIIstrMain.py


Ignore:
Timestamp:
May 20, 2013 2:49:06 PM (10 years ago)
Author:
vondreele
Message:

another missing link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r928 r930  
    396396        pfx = str(DisAglData['pId'])+'::'
    397397        A = G2lat.cell2A(Cell[:6])
    398         cellSig = getCellEsd(pfx,SGData,A,covData)
     398        cellSig = G2stIO.getCellEsd(pfx,SGData,A,covData)
    399399        names = [' a = ',' b = ',' c = ',' alpha = ',' beta = ',' gamma = ',' Volume = ']
    400400        valEsd = [G2mth.ValEsd(Cell[i],cellSig[i],True) for i in range(7)]
Note: See TracChangeset for help on using the changeset viewer.