Changeset 2773 for trunk/sources/HeuristicLab.SequentialEngine
- Timestamp:
- 02/10/10 03:39:02 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SequentialEngine/3.3/SequentialEngine.cs
r2757 r2773 57 57 protected override void ProcessNextOperator() { 58 58 currentOperator = null; 59 IExecution Contextnext = ExecutionStack.Pop();59 IExecutionSequence next = ExecutionStack.Pop(); 60 60 ExecutionContextCollection coll = next as ExecutionContextCollection; 61 61 while (coll != null) {
Note: See TracChangeset
for help on using the changeset viewer.