Changeset 2520 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Nov 12, 2016 11:17:34 AM (9 years ago)
Author:
vondreele
Message:

remove unused & commented Srr fctr & deriv routines
Mag moment derivatives semireasonable but not close
transform nucl - mag ok if no off diag terms in transform matrix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIgrid.py ΒΆ

    r2516 r2520  
    700700                label=' NB: Nonmagnetic atoms will be deleted from new phase'),0,WACV)
    701701            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)
    702704            constr.SetValue(self.ifConstr)
    703705            constr.Bind(wx.EVT_CHECKBOX,OnConstr)
Note: See TracChangeset for help on using the changeset viewer.