Changeset 2489 for trunk


Ignore:
Timestamp:
Oct 12, 2016 2:06:15 PM (9 years ago)
Author:
vondreele
Message:

also for D11, etc. allow all others to be used in equivalence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIconstrGUI.py ΒΆ

    r2488 r2489  
    306306        elif 'AM' in name:
    307307            namelist = ['AMx','AMy','AMz']
    308         elif name.rsplit(':')[-1] in ['A0','A1','A2','A3','A4','A5']:
     308        elif items[-1] in ['A0','A1','A2','A3','A4','A5']:
    309309            namelist = ['A0','A1','A2','A3','A4','A5']
     310        elif items[-1] in ['D11','D22','D33','D12','D13','D23']:
     311            namelist = ['D11','D22','D33','D12','D13','D23']
    310312        elif 'Tm' in name:
    311313            namelist = ['Tmin','Tmax']
Note: See TracChangeset for help on using the changeset viewer.