Changeset 146b614 in sasview for src


Ignore:
Timestamp:
Aug 2, 2018 5:58:53 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:
14acf92
Parents:
516ee4b
Message:

fix iterateOverMagnetModel; iterate over correct row count

File:
1 edited

Legend:

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

    rb87dc1a r146b614  
    16421642            Take func and throw it inside the magnet model row loop 
    16431643            """ 
    1644             for row_i in range(self._model_model.rowCount()): 
     1644            for row_i in range(self._magnet_model.rowCount()): 
    16451645                func(row_i) 
    16461646 
Note: See TracChangeset for help on using the changeset viewer.