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

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