Changeset 4202 for trunk


Ignore:
Timestamp:
Dec 15, 2019 2:00:34 AM (6 years ago)
Author:
vondreele
Message:

fix check for chebyschev-1 in RMC MakeBack? routine.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIphsGUI.py

    r4200 r4202  
    46304630                    backfile = G2pwd.MakeBack(G2frame,pName,PWId)
    46314631                    if backfile is None:
    4632                         print(' Chebyschev background not used; no .back file written')
     4632                        print(' Chebyschev-1 background not used; no .back file written')
    46334633                    else:
    46344634                        print(backfile+ ' written')
  • TabularUnified trunk/GSASIIpwd.py

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