- Timestamp:
- 06/11/14 15:17:08 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/PreprocessingChartContent.cs
r10992 r10995 57 57 : base(content, cloner) { 58 58 this.allInOneMode = content.allInOneMode; 59 this.PreprocessingData = c loner.Clone<IFilteredPreprocessingData>(PreprocessingData);59 this.PreprocessingData = content.PreprocessingData; 60 60 this.variableItemList = cloner.Clone<ICheckedItemList<StringValue>>(variableItemList); 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.