Changeset 82 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 03/19/08 17:18:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/CombinedOperator.cs
r76 r82 69 69 if (scope.GetVariable(Guid.ToString()) == null) { // contained operator not yet executed 70 70 // add marker 71 scope.AddVariable(new Variable(Guid.ToString(), n ull));71 scope.AddVariable(new Variable(Guid.ToString(), new NullData())); 72 72 73 73 // add aliases
Note: See TracChangeset
for help on using the changeset viewer.