- Timestamp:
- 06/06/09 02:09:35 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Operator Architecture Refactoring/HeuristicLab.SequentialEngine/3.2/SequentialEngine.cs
r1851 r2027 75 75 try { 76 76 currentOperator = atomicOperation.Operator; 77 next = atomicOperation.Operator.Execute(atomicOperation. Scope);77 next = atomicOperation.Operator.Execute(atomicOperation.Environment, atomicOperation.Scope); 78 78 } 79 79 catch (Exception ex) {
Note: See TracChangeset
for help on using the changeset viewer.