Changeset 327 for trunk/GSASII.py


Ignore:
Timestamp:
Jul 1, 2011 12:10:28 PM (12 years ago)
Author:
vondreele
Message:

fix to path name for atomdata.dat
fix to texture display - can't have colorbars!
put in bit to show #threads used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r311 r327  
    2121import wx
    2222import matplotlib as mpl
     23import mkl
    2324
    2425# load the GSAS routines
     
    4142print "scipy:      ",sp.__version__
    4243print "OpenGL:     ",ogl.__version__
     44print "Max threads ",mkl.get_max_threads()
    4345
    4446__version__ = '0.1.5'
Note: See TracChangeset for help on using the changeset viewer.