Changeset 3379 for trunk/GSASIIspc.py
- Timestamp:
- May 10, 2018 12:48:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIspc.py
r3340 r3379 70 70 SysSym = ('triclinic','monoclinic','orthorhombic','tetragonal','rhombohedral','trigonal','hexagonal','cubic') 71 71 SGData = {} 72 if len(SGSymbol.split()) < 2: 73 return SGErrors(0),SGData 72 74 if ':R' in SGSymbol: 73 75 SGSymbol = SGSymbol.replace(':',' ') #get rid of ':' in R space group symbols from some cif files
Note: See TracChangeset
for help on using the changeset viewer.