Changeset 3760 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Dec 11, 2018 3:11:13 PM (4 years ago)
Author:
vondreele
Message:

remove AwaveType?,PwaveType?,FwaveType? & MwaveType? from constraints lists.
fix for nonFourier refine results listing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r3756 r3760  
    17141714            for Stype in ['Sfrac','Spos','Sadp','Smag']:
    17151715                Waves = AtomSS[Stype]
    1716                 if len(Waves):
     1716                if len(Waves) > 1:
    17171717                    waveType = Waves[0]
    17181718                else:
Note: See TracChangeset for help on using the changeset viewer.