Changeset 373e81b in sasview
- Timestamp:
- Oct 4, 2018 7:50:56 AM (6 years ago)
- Parents:
- 5323490 (diff), 23ff8d5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (10/04/18 07:50:56)
- git-committer:
- GitHub <noreply@…> (10/04/18 07:50:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r5323490 r23ff8d5 2884 2884 self.magnetic_on = True 2885 2885 button.SetLabel("Magnetic OFF") 2886 m_value = 1 2886 m_value = 1.0e-06 2887 2887 for key in self.model.magnetic_params: 2888 2888 if key.count('M0') > 0: 2889 2889 self.model.setParam(key, m_value) 2890 m_value += 0.5 2890 m_value += 0.5e-06 2891 2891 else: 2892 2892 self.magnetic_on = False
Note: See TracChangeset
for help on using the changeset viewer.