Changeset 4536 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Aug 2, 2020 8:16:06 AM (3 years ago)
Author:
vondreele
Message:

supply missing default pink derivatives
fix "Bravais lattice" issues in Unit Cells List

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r4532 r4536  
    15451545                if alpName in varyList:
    15461546                    alp = parmDict[alpName]
     1547                    dada0 = dada1 = 0.0
    15471548                else:
    15481549                    alp = G2mth.getPinkalpha(parmDict,tth)
     
    15521553                if betName in varyList:
    15531554                    bet = parmDict[betName]
     1555                    dbdb0 = dbdb1 = 0.0
    15541556                else:
    15551557                    bet = G2mth.getPinkbeta(parmDict,tth)
Note: See TracChangeset for help on using the changeset viewer.