Changeset 4560 for trunk/GSASIImath.py


Ignore:
Timestamp:
Sep 3, 2020 2:48:39 PM (3 years ago)
Author:
vondreele
Message:

fix *.10 error in XScattDen - used in reflectometry & small angle scattering substance absorption coeff. (apparently not used in any calculation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r4553 r4560  
    12971297            mu += Xanom[El][2]*Elements[El]['Num']
    12981298        rho += Elements[El]['Num']*f0
    1299     return 28.179*rho/vol,0.1*mu/vol,28.179*fpp/vol
     1299    return 28.179*rho/vol,mu/vol,28.179*fpp/vol
    13001300   
    13011301def NCScattDen(Elements,vol,wave=0.):
Note: See TracChangeset for help on using the changeset viewer.