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.Operators/3.3/SubScopesSorter.cs

    r4722 r5177  
    6565    }
    6666
    67     public override IOperation Apply() {
     67    public override IOperation Apply(IExecutionContext context) {
    6868      descending = DescendingParameter.ActualValue.Value;
    6969      actualName = ValueParameter.TranslatedName;
    7070      CurrentScope.SubScopes.Sort(SortScopes);
    71       return base.Apply();
     71      return base.Apply(context);
    7272    }
    7373
Note: See TracChangeset for help on using the changeset viewer.