Changeset 4659 for trunk/GSASIIdataGUI.py
- Timestamp:
- Nov 21, 2020 2:15:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4658 r4659 1127 1127 rd.Phase['General']['Name'] = G2obj.MakeUniqueLabel(PhaseName,phaseNameList) 1128 1128 if rd.Phase['General']['SGData']['SpGrp'] in G2spc.spg2origins: 1129 wx.MessageDialog(self,' The atom positions for this structure must be in the 2nd setting for the space group '+ 1130 rd.Phase['General']['SGData']['SpGrp'], 1131 'Is this 2nd setting?', wx.OK).ShowModal() 1132 1129 choice = G2G.ChooseOrigin(self,rd) 1130 if choice is None: return # dialog cancelled 1131 rd.Phase = choice 1133 1132 PhaseName = rd.Phase['General']['Name'][:] 1134 1133 newPhaseList.append(PhaseName)
Note: See TracChangeset
for help on using the changeset viewer.