Ignore:
File:
1 edited

Legend:

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

    rf7d14a1 r02f1d12  
    644644            return 
    645645 
    646         property_index = self._magnet_model.headerData(1, model_column).toInt()[0]-1 # Value, min, max, etc. 
     646        # p_i = self._magnet_model.headerData(0,1,2,3,4,5,6,7,8,9,10) 
     647        property_index = self._magnet_model.headerData(0, 1, model_column).toInt()[0]-1 # Value, min, max, etc. 
    647648 
    648649        # Update the parameter value - note: this supports +/-inf as well 
Note: See TracChangeset for help on using the changeset viewer.