Free cookie consent management tool by TermsFeed Policy Generator

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

Revoked changes of r5177 (#1333)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParallelEngine/HeuristicLab.Algorithms.LocalSearch/3.3/LocalSearchMainLoop.cs

    r5177 r5178  
    246246    }
    247247
    248     public override IOperation Apply(IExecutionContext context) {
     248    public override IOperation Apply() {
    249249      if (MoveGeneratorParameter.ActualValue == null || MoveEvaluatorParameter.ActualValue == null || MoveMakerParameter.ActualValue == null)
    250250        return null;
    251       return base.Apply(context);
     251      return base.Apply();
    252252    }
    253253  }
Note: See TracChangeset for help on using the changeset viewer.