Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/10/10 03:39:02 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters and operators
File:
1 edited

Legend:

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

    r2757 r2773  
    5757    protected override void ProcessNextOperator() {
    5858      currentOperator = null;
    59       IExecutionContext next = ExecutionStack.Pop();
     59      IExecutionSequence next = ExecutionStack.Pop();
    6060      ExecutionContextCollection coll = next as ExecutionContextCollection;
    6161      while (coll != null) {
Note: See TracChangeset for help on using the changeset viewer.