Changeset 2520 for trunk/GSASIIgrid.py
- Timestamp:
- Nov 12, 2016 11:17:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIgrid.py ΒΆ
r2516 r2520 700 700 label=' NB: Nonmagnetic atoms will be deleted from new phase'),0,WACV) 701 701 constr = wx.CheckBox(self.panel,label=' Make constraints between phases?') 702 mainSizer.Add(wx.StaticText(self.panel, \ 703 label=' Constraints not correct for non-diagonal transforms'),0,WACV) 702 704 constr.SetValue(self.ifConstr) 703 705 constr.Bind(wx.EVT_CHECKBOX,OnConstr)
Note: See TracChangeset
for help on using the changeset viewer.