Ignore:
Timestamp:
Aug 30, 2018 4:49:24 PM (5 years ago)
Author:
vondreele
Message:

delete MAXMAGN - not using it any more
fix (maybe) mag constraints; works for orthogonal axes
fix bug in ReadPowerInstprm?
spelling of Levenberg!
fixes to mag structure from Bilbao stuff
set dmin to be min 1A for UnitCell? show reflections
fix Latt2text to show '-' & Trans2text
fix ext test in GetHistogramPhaseData? for mag structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3571 r3577  
    12451245            if len(banklist) > 1: # yes, the user must make a selection
    12461246                choices = [str(i) for i in banklist]
    1247                 bank = int(G2G.ItemSelector(choices,self.G2frame,multiple=False))
     1247                bank = int(G2G.ItemSelector(choices,self,multiple=False))
    12481248            else:
    12491249                bank = 1
Note: See TracChangeset for help on using the changeset viewer.