Changeset 4373 for trunk/GSASIIphsGUI.py
- Timestamp:
- Mar 19, 2020 9:34:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4370 r4373 2182 2182 if SGData['SGGray']: 2183 2183 SpGrp += " 1'" 2184 if 'BNSlattsym' in SGData and '_' in SGData['BNSlattsym'][0]:2185 SpGrp = SGData['BNSlattsym'][0]+SpGrp[1:]2186 2184 modSizer.Add(wx.StaticText(General,label=' Superspace group: %s '%SpGrp),0,WACV) 2187 2185 if not SGData['SGFixed']:
Note: See TracChangeset
for help on using the changeset viewer.