Changeset 48df831 in sasview for src/sas/qtgui/Perspectives/Fitting


Ignore:
Timestamp:
Oct 31, 2018 4:14:45 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
4396300
Parents:
186d678
Message:

Fix the merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    r186d678 r48df831  
    10171017        Checks if the current model has magnetic scattering implemented 
    10181018        """ 
    1019         has_params = False 
     1019        has_mag_params = False 
    10201020        if self.kernel_module: 
    10211021            has_mag_params = len(self.kernel_module.magnetic_params) > 0 
Note: See TracChangeset for help on using the changeset viewer.