Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/28/10 01:44:33 (14 years ago)
Author:
swagner
Message:

Revoked changes of r5177 (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/VariableFrequencyAnalyser.cs

    r5177 r5178  
    7474    }
    7575
    76     public override IOperation Apply(IExecutionContext context) {
     76    public override IOperation Apply() {
    7777      var inputVariables = DataAnalysisProblemData.InputVariables.CheckedItems.Select(x => x.Value.Value);
    7878      if (VariableFrequencies == null) {
     
    8686        VariableFrequencies[lastRowIndex, columnIndex] = pair.Value;
    8787      }
    88       return base.Apply(context);
     88      return base.Apply();
    8989    }
    9090
Note: See TracChangeset for help on using the changeset viewer.