Changeset 3826 for trunk/GSASIIphsGUI.py
- Timestamp:
- Feb 21, 2019 10:15:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3805 r3826 60 60 import numpy as np 61 61 import numpy.linalg as nl 62 63 try: 64 wx.NewIdRef 65 wx.NewId = wx.NewIdRef 66 except AttributeError: 67 pass 62 68 63 69 VERY_LIGHT_GREY = wx.Colour(235,235,235)
Note: See TracChangeset
for help on using the changeset viewer.