Skip to content

Commit 2849d09

Browse files
committed
fix to spin RB
1 parent 9da2cbd commit 2849d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GSASII/GSASIIphsGUI.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13404,8 +13404,9 @@ def OnAddShell(event):
1340413404
rbData = RBData['Spin'][rbIds[selection]]
1340513405
RBObj['RBId'].append(rbIds[selection])
1340613406
RBObj['SHC'].append({})
13407-
for name in ['atColor','atType','Natoms','nSH','RBname','RBsym','Radius']:
13407+
for name in ['atColor','atType','Natoms','nSH','RBname','RBsym']:
1340813408
RBObj[name].append(rbData[name])
13409+
RBObj['Radius'].append([1.0,False])
1340913410
RBObj['hide'].append(False)
1341013411
RBData['Spin'][rbIds[selection]]['useCount'] += 1
1341113412
G2plt.PlotStructure(G2frame,data)

0 commit comments

Comments
 (0)