Changeset 2194
- Timestamp:
- Apr 2, 2016 12:25:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwd.py
r2192 r2194 37 37 import GSASIImath as G2mth 38 38 import pypowder as pyd 39 import pydiffax as pyx 40 39 try: 40 import pydiffax as pyx 41 except ImportError: 42 print 'the pydiffax library could not be loaded' 43 44 41 45 # trig functions in degrees 42 46 sind = lambda x: math.sin(x*math.pi/180.)
Note: See TracChangeset
for help on using the changeset viewer.