Changeset 3961 for trunk/GSASIImath.py
- Timestamp:
- May 8, 2019 6:16:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3945 r3961 3938 3938 3939 3939 ''' 3940 return ins['X']/cosd(pos/2.0)+ins['Y']*tand(pos/2.0)+ins ['Z']3940 return ins['X']/cosd(pos/2.0)+ins['Y']*tand(pos/2.0)+ins.get('Z',0.0) 3941 3941 3942 3942 def getCWgamDeriv(pos):
Note: See TracChangeset
for help on using the changeset viewer.