Changeset 4560
- Timestamp:
- Sep 3, 2020 2:48:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r4553 r4560 1297 1297 mu += Xanom[El][2]*Elements[El]['Num'] 1298 1298 rho += Elements[El]['Num']*f0 1299 return 28.179*rho/vol, 0.1*mu/vol,28.179*fpp/vol1299 return 28.179*rho/vol,mu/vol,28.179*fpp/vol 1300 1300 1301 1301 def NCScattDen(Elements,vol,wave=0.):
Note: See TracChangeset
for help on using the changeset viewer.