Changeset 6611 for branches/QAPAlgorithms/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization
- Timestamp:
- 07/29/11 11:38:02 (13 years ago)
- Location:
- branches/QAPAlgorithms
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAPAlgorithms
- Property svn:mergeinfo changed
/trunk/sources merged: 6571-6585,6587-6592,6596-6606,6609
- Property svn:mergeinfo changed
-
branches/QAPAlgorithms/HeuristicLab.Operators.Views.GraphVisualization/3.3/OperatorGraphVisualization/OperatorGraphVisualizationInfo.cs
r6036 r6611 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.