Ignore:
Timestamp:
Feb 2, 2018 7:21:48 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
a90c9c5
Parents:
5e66738
Message:

More code review related fixes

File:
1 moved

Legend:

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

    rba01ad1 r14ec91c5  
    22    """ 
    33    Internal representation of a single parameter constraint 
     4    Currently just a data structure, might get expaned with more functionality, 
     5    hence made into a class. 
    46    """ 
    57    def __init__(self, parent=None, param=None, value=0.0, min=None, max=None, func=None): 
     
    5153        self._max = val 
    5254 
    53     def delete(self, constraint=None): 
    54         pass 
Note: See TracChangeset for help on using the changeset viewer.