Changeset 10611 for branches/DataPreprocessing
- Timestamp:
- 03/19/14 10:22:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/Filter/ComparisonFilter.cs
r10588 r10611 33 33 public class ComparisonFilter : ComparisonConstraint, IFilter 34 34 { 35 36 37 35 protected ComparisonFilter(bool deserializing) : base(deserializing) { } 38 36
Note: See TracChangeset
for help on using the changeset viewer.