Changeset 4204


Ignore:
Timestamp:
Dec 15, 2019 2:52:13 PM (4 years ago)
Author:
vondreele
Message:

Fix bad code in MakeBack?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r4202 r4204  
    21332133    Back = PWDdata['Background'][0]
    21342134    inst = PWDdata['Instrument Parameters'][0]
    2135     if 'chebyschev-1' not in Back[0]:
     2135    if 'chebyschev-1' != Back[0]:
    21362136        return None
    21372137    Nback = Back[2]
Note: See TracChangeset for help on using the changeset viewer.