Changeset 4493
- Timestamp:
- Jun 18, 2020 8:07:24 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4492 r4493 4888 4888 mainSizer.Add(wx.StaticText(G2frame.FRMC,label=' fullrmc big box starting pdb file preparation:'),0,WACV) 4889 4889 if not data['RMC']['fullrmc']: 4890 Atypes = data['General']['AtomTypes']4890 Atypes = [atype.split('+')[0].split('-')[0] for atype in data['General']['AtomTypes']] 4891 4891 aTypes = dict(zip(Atypes,len(Atypes)*[0.10,])) 4892 4892 atSeq = list(aTypes.keys()) … … 5186 5186 mainSizer.Add(wx.StaticText(G2frame.FRMC,label=' RMCProfile setup:')) 5187 5187 if not data['RMC']['RMCProfile']: 5188 Atypes = data['General']['AtomTypes']5188 Atypes = [atype.split('+')[0].split('-')[0] for atype in data['General']['AtomTypes']] 5189 5189 aTypes = dict(zip(Atypes,len(Atypes)*[0.10,])) 5190 5190 atSeq = list(aTypes.keys())
Note: See TracChangeset
for help on using the changeset viewer.