Changeset 10698 for branches/DataPreprocessing/HeuristicLab.Core/3.3/Constraints/ComparisonConstraint.cs
- Timestamp:
- 04/02/14 12:27:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Core/3.3/Constraints/ComparisonConstraint.cs
r9456 r10698 37 37 } 38 38 public ComparisonConstraint(IItem constrainedValue, ConstraintOperation comparisonOperation, object comparisonValue, bool active) 39 : base(constrainedValue, comparisonOperation, comparison Operation, active) {39 : base(constrainedValue, comparisonOperation, comparisonValue, active) { 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.