Changeset 1365 for trunk/GSASIIElem.py


Ignore:
Timestamp:
May 28, 2014 11:57:03 AM (9 years ago)
Author:
vondreele
Message:

fix atmdata.py for Rh (& other anomalous b isotopes)
fix powder imports to include old style PRCF records in GSAS iparm files
format of penalty fxn. prints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIElem.py

    r1364 r1365  
    167167        data = atmdata.AtmBlens[isotope]
    168168        if isotope == ElS+'_':
    169             if data['SL']:
    170                 AtomInfo['Isotopes']['Nat. Abund.'] = data
     169            AtomInfo['Isotopes']['Nat. Abund.'] = data
    171170        else:
    172171            AtomInfo['Isotopes'][isotope.split('_')[1]] = data
Note: See TracChangeset for help on using the changeset viewer.