Changeset 3795 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jan 24, 2019 12:14:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3780 r3795 3237 3237 nG = 1 3238 3238 j = 0 3239 if self.ifGray:3240 nG = 23241 3239 for ng in range(nG): 3242 3240 if ng: 3243 3241 mainSizer.Add(wx.StaticText(self.panel,label=" for (0,0,0)+1'"),0,WACV) 3242 j = 0 3244 3243 for ic,cent in enumerate(cents): 3245 Cent = np.array(Cents[ic]) 3244 Cent = np.zeros(3) 3245 if cent: 3246 cent = cent.strip(' (').strip(')+\n') 3247 Cent = np.array(eval(cent)[:3]) 3248 # Cent = np.array(Cents[ic]) 3246 3249 if ic: 3247 3250 if cent: cent = cent.strip(' (').strip(')+\n')
Note: See TracChangeset
for help on using the changeset viewer.