Changeset 1547 for trunk/GSASIIpwdGUI.py
- Timestamp:
- Oct 29, 2014 6:56:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1541 r1547 2524 2524 littleSizer.Add(wx.StaticText(parent=G2frame.dataDisplay,label=' Max Nc/Nobs '),0,WACV) 2525 2525 NcNo = wx.SpinCtrl(G2frame.dataDisplay) 2526 NcNo.SetRange( 1,6)2526 NcNo.SetRange(2,6) 2527 2527 NcNo.SetValue(controls[2]) 2528 2528 NcNo.Bind(wx.EVT_SPINCTRL,OnNcNo) … … 2575 2575 hklShow.Bind(wx.EVT_BUTTON,OnHklShow) 2576 2576 littleSizer.Add(hklShow,0,WACV) 2577 #Add super lattice option here 2577 2578 mainSizer.Add(littleSizer,0) 2578 2579 … … 2607 2608 littleSizer.Add(volVal,0,WACV) 2608 2609 mainSizer.Add(littleSizer,0) 2610 #if super lattice add super lattice choice based on space group & modulation values 2611 #based on super lattice choice - do refl gen following these choices as above 2612 #then make new phase will make modulated one with these choices 2609 2613 2610 2614 mainSizer.Layout()
Note: See TracChangeset
for help on using the changeset viewer.