Changeset 327 for trunk/GSASII.py
- Timestamp:
- Jul 1, 2011 12:10:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r311 r327 21 21 import wx 22 22 import matplotlib as mpl 23 import mkl 23 24 24 25 # load the GSAS routines … … 41 42 print "scipy: ",sp.__version__ 42 43 print "OpenGL: ",ogl.__version__ 44 print "Max threads ",mkl.get_max_threads() 43 45 44 46 __version__ = '0.1.5'
Note: See TracChangeset
for help on using the changeset viewer.