Changeset b259485 in sasview


Ignore:
Timestamp:
Aug 8, 2018 9:54:26 AM (6 years ago)
Author:
Torin Cooper-Bennun <torin.cooper-bennun@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
92c714f
Parents:
cde0611
Message:

typo

File:
1 edited

Legend:

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

    rebfe223 rb259485  
    29202920            self.iterateOverPolyModel(gatherPolyParams) 
    29212921        if self.chkMagnetism.isChecked() and self.chkMagnetism.isEnabled(): 
    2922             self.iterateOverMagnetModel(sgatherMagnetParams) 
     2922            self.iterateOverMagnetModel(gatherMagnetParams) 
    29232923 
    29242924        if format=="": 
Note: See TracChangeset for help on using the changeset viewer.