Changeset 4175 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 10, 2019 9:57:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r4173 r4175 327 327 self.newCell[2:5] = [A[2,2],90.,90.] 328 328 a,b = G2lat.cell2AB(self.newCell[:6]) 329 self.Trans = np.inner( a.T,B).T #correct!329 self.Trans = np.inner(B,a).T #correct! 330 330 self.ifConstr = False 331 331 self.newSpGrp = 'P 1'
Note: See TracChangeset
for help on using the changeset viewer.