Changeset 4557 for trunk/GSASIIstrMath.py
- Timestamp:
- Sep 1, 2020 2:51:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r4535 r4557 864 864 ast = np.sqrt(np.diag(G)) 865 865 Mast = twopisq*np.multiply.outer(ast,ast) 866 SGMT = np.array([ops[0] for ops in SGData['SGOps']])866 SGMT = np.array([ops[0].T for ops in SGData['SGOps']]) 867 867 SGT = np.array([ops[1] for ops in SGData['SGOps']]) 868 868 FFtables = calcControls['FFtables']
Note: See TracChangeset
for help on using the changeset viewer.