Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/26/10 03:51:30 (14 years ago)
Author:
swagner
Message:

Removed property ExecutionContext in Operator (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Analysis/3.3/AlleleFrequencyAnalysis/AlleleFrequencyAnalyzer.cs

    r4991 r5177  
    8888    #endregion
    8989
    90     public override IOperation Apply() {
     90    public override IOperation Apply(IExecutionContext context) {
    9191      int updateInterval = UpdateIntervalParameter.Value.Value;
    9292      IntValue updateCounter = UpdateCounterParameter.ActualValue;
     
    238238          ((DoubleValue)results["Lost Alleles of Best Known Solution"].Value).Value = lostRelevantAllelesCount;
    239239      }
    240       return base.Apply();
     240      return base.Apply(context);
    241241    }
    242242
Note: See TracChangeset for help on using the changeset viewer.