Changeset 3593 for trunk/GSASIIphsGUI.py
- Timestamp:
- Sep 12, 2018 10:40:37 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3591 r3593 2461 2461 magKeep.append(magdata) 2462 2462 magIds.append(mid) 2463 magchoices.append('%s %s %s'%(magdata['Name'],trans,vec))2463 magchoices.append('%s; (%s) + (%s)'%(magdata['Name'],trans,vec)) 2464 2464 if not len(magKeep): 2465 2465 G2frame.ErrorDialog('Magnetic phase selection error','No magnetic phases found; be sure to "Keep" some') … … 2495 2495 MagSytSym = G2spc.MagSytSym(SytSym,dupDir,SGData) 2496 2496 atMxyz.append([MagSytSym,CSI[0]]) 2497 dlg = UseMagAtomDialog(G2frame,magchoice ['Name'],Atms,AtCods,atMxyz,ifDelete=True)2497 dlg = UseMagAtomDialog(G2frame,magchoices[sel],Atms,AtCods,atMxyz,ifDelete=True) 2498 2498 try: 2499 2499 opt = dlg.ShowModal()
Note: See TracChangeset
for help on using the changeset viewer.