Changeset 3345 for trunk/GSASIIobj.py


Ignore:
Timestamp:
Apr 16, 2018 5:41:34 PM (5 years ago)
Author:
toby
Message:

rework ValidatedTextCtrl? so that typeHint overrides the initial variable type; fix display of invalid numbers; use nDig to drive typeHint to float; postpone import of pyspg & polymask when not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIobj.py

    r3298 r3345  
    10271027try:
    10281028    P1SGData = G2spc.SpcGroup('P 1')[1] # data structure for default space group
    1029 except TypeError:
     1029except:
    10301030    pass
    10311031
Note: See TracChangeset for help on using the changeset viewer.