Ignore:
Timestamp:
Oct 2, 2019 1:51:48 PM (3 years ago)
Author:
vondreele
Message:

also put 2nd setting warning upon import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4154 r4168  
    896896            # make new phase names unique
    897897            rd.Phase['General']['Name'] = G2obj.MakeUniqueLabel(PhaseName,phaseNameList)
     898            if rd.Phase['General']['SGData']['SpGrp'] in G2spc.spg2origins:
     899                wx.MessageDialog(self,' The atom positions for this structure must be in the 2nd setting for the space group '+
     900                    rd.Phase['General']['SGData']['SpGrp'],
     901                    'Is this 2nd setting?',  wx.OK).ShowModal()
     902               
    898903            PhaseName = rd.Phase['General']['Name'][:]
    899904            newPhaseList.append(PhaseName)
Note: See TracChangeset for help on using the changeset viewer.