Changeset 930 for trunk/GSASIIstrMain.py
- Timestamp:
- May 20, 2013 2:49:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r928 r930 396 396 pfx = str(DisAglData['pId'])+'::' 397 397 A = G2lat.cell2A(Cell[:6]) 398 cellSig = getCellEsd(pfx,SGData,A,covData)398 cellSig = G2stIO.getCellEsd(pfx,SGData,A,covData) 399 399 names = [' a = ',' b = ',' c = ',' alpha = ',' beta = ',' gamma = ',' Volume = '] 400 400 valEsd = [G2mth.ValEsd(Cell[i],cellSig[i],True) for i in range(7)]
Note: See TracChangeset
for help on using the changeset viewer.