Changeset 3220 for trunk/GSASIIphsGUI.py
- Timestamp:
- Jan 12, 2018 2:18:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3219 r3220 86 86 cents = [0,] 87 87 if len(Cents) > 1: 88 cents = text[-1].split(';')88 cents = self.text[-1].split(';') 89 89 lentable = len(self.table) 90 for line in text:90 for line in self.text: 91 91 mainSizer.Add(wx.StaticText(self.panel,label=' %s '%(line)),0,WACV) 92 92 ncol = self.table[0].count(',')+2 … … 5312 5312 xyzB = np.array(atomB[cx:cx+3]) 5313 5313 Uij = atomB[cuij:cuij+6] 5314 # GSASIIpath.IPyBreak()5315 5314 result = G2spc.GenAtom(xyzB,SGData,False,Uij,True) 5316 5315 for item in result:
Note: See TracChangeset
for help on using the changeset viewer.