Changeset 2369 for trunk/GSASIIlattice.py
- Timestamp:
- Jul 11, 2016 1:52:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r2367 r2369 401 401 """ 402 402 A,B = cell2AB(cell) 403 xH = np.inner(B ,H)403 xH = np.inner(B.T,H) 404 404 r = np.sqrt(np.sum(xH**2,axis=0)) 405 405 phi = acosd(xH[2]/r)
Note: See TracChangeset
for help on using the changeset viewer.