Ignore:
Timestamp:
Oct 6, 2015 2:53:02 PM (8 years ago)
Author:
vondreele
Message:

fix atom id problem in AddRestraints?
refactor Modulation & ModulationDerv? to remove expModInt
fix AtomRefine?
fix Uij derivative in SS problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIrestrGUI.py

    r1831 r1988  
    8989    Types += [atom[ct] for atom in Atoms]
    9090    Coords += [atom[cx:cx+3] for atom in Atoms]
    91     Ids += [atom[-1] for atom in Atoms]
     91    Ids += [atom[cia+8] for atom in Atoms]
    9292    rama = G2data.ramachandranDist['All']
    9393    ramaName = 'All'
Note: See TracChangeset for help on using the changeset viewer.