Changeset 3629


Ignore:
Timestamp:
Sep 28, 2018 12:24:21 PM (5 years ago)
Author:
vondreele
Message:

fix tutorial reference to Magnetic-II
fix last point bug in RALF/ALT powder importer

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r3628 r3629  
    50705070     '''Analysis of a simple antiferromagnet using Bilbao k-SUBGROUPSMAG from CW neutron powder data'''],
    50715071     
    5072     ['Magnetic-II', 'Magnetic Structures-II.htm',"Magnetic Structure Analysis-II",
     5072    ['Magnetic-II', 'Magnetic-II.htm',"Magnetic Structure Analysis-II",
    50735073     '''Analysis of a antiferromagnet with change of space group using Bilbao k-SUBGROUPSMAG from CW neutron powder data'''],
    50745074     
  • trunk/imports/G2pwd_fxye.py

    r3620 r3629  
    216216                        break
    217217                    xi = sfloat(S[i:i+8])/3200.
     218                    if not xi:
     219                        break
    218220                    yi = sfloat(S[i+8:i+15])/1000.
    219221                    ei = sfloat(S[i+15:i+21])/1000.
Note: See TracChangeset for help on using the changeset viewer.