Changeset 10299 for branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis
- Timestamp:
- 01/07/14 15:14:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/QualityTrailMultiAnalyzer.cs
r7176 r10299 101 101 } 102 102 103 public override IOperation Apply() {103 public override IOperation InstrumentedApply() { 104 104 UpdateQualityTrail(); 105 105 … … 121 121 122 122 } 123 next.Add(base. Apply());123 next.Add(base.InstrumentedApply()); 124 124 return next; 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.