Changeset 1917 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Jul 1, 2015 3:36:09 PM (8 years ago)
Author:
vondreele
Message:

better handling of nonmerohedral twins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r1873 r1917  
    6969    SysSym = ('triclinic','monoclinic','orthorhombic','tetragonal','rhombohedral','trigonal','hexagonal','cubic')
    7070    SGData = {}
     71    SGSymbol = SGSymbol.replace(':',' ')    #get rid of ':' in R space group symbols from some cif files
    7172    SGInfo = pyspg.sgforpy(SGSymbol)
    7273    SGData['SpGrp'] = SGSymbol.strip().lower().capitalize()
Note: See TracChangeset for help on using the changeset viewer.