Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/10 22:57:51 (14 years ago)
Author:
swagner
Message:

Renamed Engine.ProcessNextOperator into Engine.ProcessNextOperation (#863).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SequentialEngine/3.3/SequentialEngine.cs

    r3262 r3288  
    4141    /// is pushed on the stack again.<br/>
    4242    /// If the execution was successful <see cref="EngineBase.OnOperationExecuted"/> is called.</remarks>
    43     protected override void ProcessNextOperator() {
     43    protected override void ProcessNextOperation() {
    4444      currentOperator = null;
    4545      IOperation next = ExecutionStack.Pop();
Note: See TracChangeset for help on using the changeset viewer.