Changeset 2769 for trunk/GSASIIctrls.py


Ignore:
Timestamp:
Apr 1, 2017 8:41:24 AM (6 years ago)
Author:
vondreele
Message:

remove commented imports from G2ctrls
force float for all common transform matrices
replace wx.TextCtrl? with G2G.ValidatedTxtCtrl? for floats in G2grid
(old code commented out for now - to be removed)
force r space group for H->R transformations (easily forgotten)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r2755 r2769  
    2626import time
    2727import copy
    28 # import cPickle
    29 # import numpy as np
    30 # import numpy.ma as ma
    31 # import scipy.optimize as so
    3228import wx.html        # could postpone this for quicker startup
    3329import webbrowser     # could postpone this for quicker startup
     
    3632GSASIIpath.SetVersionNumber("$Revision$")
    3733import GSASIIgrid as G2gd
    38 # import GSASIImath as G2mth
    39 # import GSASIIIO as G2IO
    40 # import GSASIIstrIO as G2stIO
    41 # import GSASIIlattice as G2lat
    42 # import GSASIIplot as G2plt
    4334import GSASIIpwdGUI as G2pdG
    44 # import GSASIIimgGUI as G2imG
    45 # import GSASIIphsGUI as G2phG
    46 # import GSASIIspc as G2spc
    47 # import GSASIImapvars as G2mv
    48 # import GSASIIconstrGUI as G2cnstG
    49 # import GSASIIrestrGUI as G2restG
    5035import GSASIIpy3 as G2py3
    51 # import GSASIIobj as G2obj
    52 # import GSASIIexprGUI as G2exG
    5336import GSASIIlog as log
    5437
Note: See TracChangeset for help on using the changeset viewer.