- Timestamp:
- Oct 16, 2020 9:19:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4600 r4601 10752 10752 data['testRBObj']['availAtoms'] = [' '] + assignable 10753 10753 if len(assignable) == 0: 10754 mainSizer.Add(wx.StaticText(RigidBodies,wx.ID_ANY, 10755 'No matching atoms between rigid body and crystal.'+ 10756 ' All rigid body atoms will be added to structure.'),0) 10754 10757 misc['UpdateTable'] = None 10758 mainSizer.Layout() 10755 10759 G2plt.PlotStructure(G2frame,data,True) 10756 10760 return
Note: See TracChangeset
for help on using the changeset viewer.