Changeset 3329 for trunk/GSASIImath.py
- Timestamp:
- Mar 30, 2018 2:25:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3318 r3329 3071 3071 M = np.mgrid[0:4,0:4,0:4] 3072 3072 blkIds = np.array(list(zip(M[0].flatten(),M[1].flatten(),M[2].flatten()))) 3073 iBeg = blkIds*rho0.shape/ 43074 iFin = (blkIds+1)*rho0.shape/ 43073 iBeg = blkIds*rho0.shape//4 3074 iFin = (blkIds+1)*rho0.shape//4 3075 3075 rho_omit = np.zeros_like(rho0) 3076 3076 nBlk = 0
Note: See TracChangeset
for help on using the changeset viewer.