Ignore:
Timestamp:
Jan 7, 2021 11:21:15 AM (2 years ago)
Author:
vondreele
Message:

reduce printed precision of bon valence sum from 3 to 2.
connect +/- keys to z-step in structure plots; can be repeated. Updates view point & status line.
correct status line for n/p atom selection on structure plots; now correctly follows atom selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r4723 r4735  
    10551055            MyPrint(80*'*')
    10561056            for BV in BVox:
    1057                 pvline += ' %s: %.3f  '%(BV,BVS[BV])
     1057                pvline += ' %s: %.2f  '%(BV,BVS[BV])
    10581058            MyPrint(pvline)
    10591059
Note: See TracChangeset for help on using the changeset viewer.