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.Analysis/3.3/QualityAnalysis/QualityDifferenceCalculator.cs

    r5177 r5178  
    6363    }
    6464
    65     public override IOperation Apply(IExecutionContext context) {
     65    public override IOperation Apply() {
    6666      DoubleValue first = FirstQualityParameter.ActualValue;
    6767      DoubleValue second = SecondQualityParameter.ActualValue;
     
    7676        else RelativeDifferenceParameter.ActualValue.Value = relative;
    7777      }
    78       return base.Apply(context);
     78      return base.Apply();
    7979    }
    8080  }
Note: See TracChangeset for help on using the changeset viewer.