Changeset 6618 for branches/GP.Grammar.Editor/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Timestamp:
- 08/01/11 17:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
r6036 r6618 65 65 IOperatorShapeInfo shapeInfo = cloner.Clone(pair.Value); 66 66 RegisterOperatorEvents(op); 67 operatorParameterCollectionMapping.Add(op, pair.Key.Parameters);67 operatorParameterCollectionMapping.Add(op, op.Parameters); 68 68 operatorShapeInfoMapping.Add(op, shapeInfo); 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.