Changeset 5038 for trunk/GSASIIseqGUI.py


Ignore:
Timestamp:
Sep 27, 2021 6:02:41 PM (20 months ago)
Author:
toby
Message:

Major revision to constraints including an update to the Sequential Refinement tutorial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIseqGUI.py

    r5000 r5038  
    616616            VparmDict.update({item:0.0 for item in parmDict if 'dA' in item})
    617617            VparmDict[var] += incr
    618             G2mv.Dict2Map(VparmDict,[]) # apply constraints
     618            G2mv.Dict2Map(VparmDict) # apply constraints
    619619            # generate the atom positions and the direct & reciprocal cell values now, because they might
    620620            # needed to evaluate the pseudovar
Note: See TracChangeset for help on using the changeset viewer.