Changeset 3220 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jan 12, 2018 2:18:13 PM (5 years ago)
Author:
vondreele
Message:

minor fixes to commensurate magnetic cif import & display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3219 r3220  
    8686        cents = [0,]
    8787        if len(Cents) > 1:
    88             cents = text[-1].split(';')
     88            cents = self.text[-1].split(';')
    8989        lentable = len(self.table)
    90         for line in text:
     90        for line in self.text:
    9191            mainSizer.Add(wx.StaticText(self.panel,label='     %s     '%(line)),0,WACV)
    9292        ncol = self.table[0].count(',')+2
     
    53125312                        xyzB = np.array(atomB[cx:cx+3])
    53135313                        Uij = atomB[cuij:cuij+6]
    5314 #                        GSASIIpath.IPyBreak()
    53155314                        result = G2spc.GenAtom(xyzB,SGData,False,Uij,True)
    53165315                        for item in result:
Note: See TracChangeset for help on using the changeset viewer.