Ignore:
Timestamp:
Oct 14, 2016 8:28:47 AM (8 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge 8b645cc3cea24d016ee884edc83b7654f8f0470b into 90872142fe3b2f0510dc9736969ed78e0fcf3218

File:
1 edited

Legend:

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

    r9087214 r7949dcf7  
    20572057 
    20582058        if  struct_factor != None: 
    2059             from sas.sascalc.fit.MultiplicationModel import MultiplicationModel 
     2059            from sasmodels.sasview_model import MultiplicationModel 
    20602060            self.model = MultiplicationModel(form_factor(self.multi_factor), 
    20612061                                             struct_factor()) 
     
    33443344                            item[0].SetValue(is_true) 
    33453345 
     3346        self.select_param(event=None) 
     3347        self.Refresh() 
     3348 
    33463349    def _paste_poly_help(self, item, value): 
    33473350        """ 
Note: See TracChangeset for help on using the changeset viewer.