Changeset 2687 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 01/27/10 03:55:16 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/StandardOperator.cs
r2684 r2687 45 45 46 46 public override ExecutionContextCollection Apply(ExecutionContext context) { 47 IOperator successor = Successor.GetValue(context , false);47 IOperator successor = Successor.GetValue(context); 48 48 if (successor != null) 49 49 return new ExecutionContextCollection(new ExecutionContext(context.Parent, successor, context.Scope));
Note: See TracChangeset
for help on using the changeset viewer.