Changeset 09e0c32 in sasview for src/sas/qtgui/Perspectives/Fitting/Constraint.py
- Timestamp:
- Nov 16, 2018 6:44:40 AM (6 years ago)
- 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:
- 64b9e61
- Parents:
- ecc5d043
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/Constraint.py
recc5d043 r09e0c32 12 12 self._value_ex = value_ex 13 13 self._func = func 14 self.active = True15 14 self._min = min 16 15 self._max = max 17 16 self._operator = operator 17 self.validate = True 18 self.active = True 18 19 19 20 @property
Note: See TracChangeset
for help on using the changeset viewer.