Changeset 373e81b in sasview


Ignore:
Timestamp:
Oct 4, 2018 5:50:56 AM (5 years ago)
Author:
GitHub <noreply@…>
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 05:50:56)
git-committer:
GitHub <noreply@…> (10/04/18 05:50:56)
Message:

Merge 23ff8d59c4fa1e2d5cc538eee7fbb8c4e66cb82d into 5323490d62009a786d3d071b2197b51ce207354d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/basepage.py

    r5323490 r23ff8d5  
    28842884            self.magnetic_on = True 
    28852885            button.SetLabel("Magnetic OFF") 
    2886             m_value = 1 
     2886            m_value = 1.0e-06 
    28872887            for key in self.model.magnetic_params: 
    28882888                if key.count('M0') > 0: 
    28892889                    self.model.setParam(key, m_value) 
    2890                     m_value += 0.5 
     2890                    m_value += 0.5e-06 
    28912891        else: 
    28922892            self.magnetic_on = False 
Note: See TracChangeset for help on using the changeset viewer.