Skip to content

Commit 62d4944

Browse files
committed
fix CIF export bug as per #201
1 parent cdefb58 commit 62d4944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/exports/G2export_CIF.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4415,7 +4415,7 @@ def SelectDisAglFlags(event):
44154415
G2mv.InitVars()
44164416
constrDict,fixedList,ignored = G2mv.ProcessConstraints(self.constList,'auto-wildcard',hId)
44174417
G2mv.EvaluateMultipliers(constrDict,self.parmDict)
4418-
errmsg,warnmsg,groups,parmlist = G2mv.GenerateConstraints(varyList,constrDict,fixedList,self.parmDict)
4418+
errmsg,conswarnmsg,groups,parmlist = G2mv.GenerateConstraints(varyList,constrDict,fixedList,self.parmDict)
44194419
WriteCIFitem(self.fp, '_refine_ls_number_constraints',
44204420
str(G2mv.CountUserConstraints()))
44214421

0 commit comments

Comments
 (0)