- Timestamp:
- 05/09/14 18:37:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs
r10830 r10832 371 371 if (manipulator != null) { 372 372 op.BeforeManipulatorOperator.ChildParameter.ActualName = manipulator.SymbolicExpressionTreeParameter.Name; 373 op.AfterManipulatorOperator.ChildParameter.ActualName = manipulator.SymbolicExpressionTreeParameter.Name; 373 374 } 374 375 var creator = operators.OfType<ISymbolicExpressionTreeCreator>().FirstOrDefault();
Note: See TracChangeset
for help on using the changeset viewer.