Changeset 10692
- Timestamp:
- 04/02/14 11:10:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/FilterLogic.cs
r10691 r10692 39 39 foreach (IFilter filter in filters) 40 40 { 41 if (filter.ConstraintData == null ) {41 if (filter.ConstraintData == null || !filter.Active) { 42 42 continue; 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.