Changeset 5177 for branches/ParallelEngine/HeuristicLab.Analysis/3.3/DataVisualization/DataTableValuesCollector.cs
- Timestamp:
- 12/26/10 03:51:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParallelEngine/HeuristicLab.Analysis/3.3/DataVisualization/DataTableValuesCollector.cs
r4887 r5177 53 53 } 54 54 55 public override IOperation Apply( ) {55 public override IOperation Apply(IExecutionContext context) { 56 56 DataTable table = DataTableParameter.ActualValue; 57 57 if (table == null) { … … 96 96 } 97 97 } 98 return base.Apply( );98 return base.Apply(context); 99 99 } 100 100
Note: See TracChangeset
for help on using the changeset viewer.