Changeset 6760 for branches/PersistenceSpeedUp/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
r6036 r6760 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.