Changeset 436 for trunk/GSASII.py


Ignore:
Timestamp:
Dec 8, 2011 4:38:08 PM (12 years ago)
Author:
vondreele
Message:

remove a stray print from psvfcj.for
add the wx inspector tool (commented out) at top of GSASII.py
use wx.CallAfter? - fixes the crash in UpdateDData & maybe UpdateTexture?
copy command in SampleData? now copies phi,chi & omega

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r428 r436  
    2121import wx
    2222import matplotlib as mpl
     23import wx.lib.inspection as wxeye
    2324
    2425# load the GSAS routines
     
    3334import GSASIIsolve as G2sol
    3435import OpenGL as ogl
     36
     37#wx inspector - use as needed
     38#wxeye.InspectionTool().Show()
    3539
    3640# print versions
Note: See TracChangeset for help on using the changeset viewer.