Skip to content

Commit be46b38

Browse files
committed
fix the peak type name for rmcprofile
1 parent 05670c6 commit be46b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIpwd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,7 @@ def MakeRMCPdat(PWDdata,Name,Phase,RMCPdict):
34313431
dMin = refList[-1][4]
34323432
gsasType = 'xray2'
34333433
if 'T' in inst['Type'][1]:
3434-
gsasType = 'gsas3'
3434+
gsasType = 'gsas3_new'
34353435
elif 'X' in inst['Type'][1]:
34363436
XFF = G2elem.GetFFtable(Atseq)
34373437
Xfl = open(Name+'.xray','w')

0 commit comments

Comments
 (0)