Changeset 3496 for trunk/GSASIIphsGUI.py
- Timestamp:
- Jul 21, 2018 10:34:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3474 r3496 455 455 mainSizer.Add(MatSizer) 456 456 if self.ifMag: 457 Mtrans = wx.CheckBox(self.panel,label=' M from Bilbao routine MAXMAGN? Use transform')457 Mtrans = wx.CheckBox(self.panel,label=' M from Bilbao routine MAXMAGN? Use matrix transform') 458 458 Mtrans.SetValue(self.Mtrans) 459 459 Mtrans.Bind(wx.EVT_CHECKBOX,OnMtrans)
Note: See TracChangeset
for help on using the changeset viewer.