Changeset 7949dcf7 in sasview for src/sas/sasgui/perspectives/fitting/basepage.py
- Timestamp:
- Oct 14, 2016 8:28:47 AM (8 years ago)
- Parents:
- 9087214 (diff), 8b645cc (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:
- jhbakker <j.h.bakker@…> (10/14/16 08:28:47)
- git-committer:
- GitHub <noreply@…> (10/14/16 08:28:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasgui/perspectives/fitting/basepage.py
r9087214 r7949dcf7 2057 2057 2058 2058 if struct_factor != None: 2059 from sas .sascalc.fit.MultiplicationModel import MultiplicationModel2059 from sasmodels.sasview_model import MultiplicationModel 2060 2060 self.model = MultiplicationModel(form_factor(self.multi_factor), 2061 2061 struct_factor()) … … 3344 3344 item[0].SetValue(is_true) 3345 3345 3346 self.select_param(event=None) 3347 self.Refresh() 3348 3346 3349 def _paste_poly_help(self, item, value): 3347 3350 """
Note: See TracChangeset
for help on using the changeset viewer.