Changeset 5177 for branches/ParallelEngine/HeuristicLab.Optimization.Operators/3.3/ResultsCollector.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Optimization.Operators/3.3/ResultsCollector.cs
r4722 r5177 60 60 } 61 61 62 public override IOperation Apply( ) {62 public override IOperation Apply(IExecutionContext context) { 63 63 bool copy = CopyValueParameter.Value.Value; 64 64 ResultCollection results = ResultsParameter.ActualValue; … … 84 84 } 85 85 } 86 return base.Apply( );86 return base.Apply(context); 87 87 } 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.