Changeset 507 for MPbranch/GSASIIpwd.py
- Timestamp:
- Mar 1, 2012 3:21:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MPbranch/GSASIIpwd.py
r482 r507 24 24 import GSASIIlattice as G2lat 25 25 import GSASIIElem as G2elem 26 import GSASIIgrid as G2gd27 import GSASIIIO as G2IO28 26 import pypowder as pyd 29 27 … … 1154 1152 ptstr += ptfmt[name] % (parmDict[parName]) 1155 1153 if parName in varyList: 1156 # ptstr += G2IO.ValEsd(parmDict[parName],sigDict[parName])1157 1154 ptstr += ptfmt[name] % (sigDict[parName]) 1158 1155 else: 1159 # ptstr += G2IO.ValEsd(parmDict[parName],0.0)1160 1156 ptstr += 12*' ' 1161 1157 print '%s'%(('Peak'+str(i+1)).center(8)),ptstr
Note: See TracChangeset
for help on using the changeset viewer.