Changeset 5354 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 22, 2022 8:11:05 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r5352 r5354 3089 3089 atMxyz = [] 3090 3090 for ia,atom in enumerate(Atoms): 3091 if atom[1] == 'O': #skip "magnetic" O atoms 3092 continue 3091 3093 if ifMag and not len(G2elem.GetMFtable([atom[1],],[2.0,])): 3092 3094 continue
Note: See TracChangeset
for help on using the changeset viewer.