Changeset 4456


Ignore:
Timestamp:
Jun 1, 2020 8:13:23 PM (3 years ago)
Author:
vondreele
Message:

fix bug in SytSym?

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r4455 r4456  
    32993299        inv = 1
    33003300    if SGData['SGGray'] and Ncen > 1: Ncen //= 2
    3301     Xeqv = list(GenAtom(XYZ,SGData,True))
     3301    Xeqv = list(GenAtom(np.array(XYZ)%1.,SGData,True))
    33023302#    for xeqv in Xeqv:   print(xeqv)
    33033303    IRT = PackRot(SGData['SGOps'])
  • trunk/GSASIIstrMain.py

    r4451 r4456  
    677677                                    Vect.append([0.,0.,0.])
    678678                                    VectA.append([])
    679             if dlg is not None:
    680                 dlg.Update(iO,newmsg='Atoms done=%d'%(iO))
     679        if dlg is not None:
     680            dlg.Update(iO,newmsg='Atoms done=%d'%(iO))
    681681        for D in Dist:
    682682            DistArray[Oatom[0]].append(D[1:])
Note: See TracChangeset for help on using the changeset viewer.