Changeset 511


Ignore:
Timestamp:
Mar 5, 2012 11:08:23 AM (12 years ago)
Author:
vondreele
Message:

fix size/mustrain list output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstruct.py

    r508 r511  
    11631163                refine = True
    11641164                line += ', sig:%8.3f'%(sizeSig[0][2])
     1165            if refine:
     1166                print line
    11651167        else:
    11661168            line += ' LG mix coeff.:%12.4f'%(hapData[1][2])
     
    12021204                refine = True
    12031205                line += ', sig:%8.3f'%(mustrainSig[0][2])
     1206            if refine:
     1207                print line
    12041208        else:
    12051209            line += ' LG mix coeff.:%12.4f'%(hapData[1][2])
Note: See TracChangeset for help on using the changeset viewer.