Changeset 152 for branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/DeleteSubTreeManipulation.cs
- Timestamp:
- 04/22/08 17:28:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/FunctionsAndStructIdRefactoring/HeuristicLab.StructureIdentification/Manipulation/DeleteSubTreeManipulation.cs
r149 r152 100 100 parent.RemoveSubTree(childIndex); 101 101 102 I List<IFunction> allowedFunctions = gardener.GetAllowedSubFunctions(parent.Function, childIndex);102 ICollection<IFunction> allowedFunctions = gardener.GetAllowedSubFunctions(parent.Function, childIndex); 103 103 IFunctionTree newFunctionTree = gardener.CreateRandomTree(allowedFunctions, 1, 1, true); 104 104
Note: See TracChangeset
for help on using the changeset viewer.