Changeset 436 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Dec 8, 2011 4:38:08 PM (11 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/GSASIIpwdGUI.py

    r429 r436  
    693693            else:       #Bragg-Brentano
    694694                copyNames += ['Shift','Transparency']
     695        copyNames += ['Omega','Chi','Phi']
    695696        copyDict = {}
    696697        for parm in copyNames:
Note: See TracChangeset for help on using the changeset viewer.