- Timestamp:
- 07/29/11 11:23:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAPAlgorithms/HeuristicLab.Analysis/3.3/QualityAnalysis/QualityDistributionAnalyzer.cs
r6342 r6610 126 126 string appendix = " at " + iterationName + " " + iteration.Value.ToString(); 127 127 table.Name += appendix; 128 table.Rows["QualityDistribution"]. Name += appendix;128 table.Rows["QualityDistribution"].VisualProperties.DisplayName += appendix; 129 129 } 130 130 qdHistory.Add(table);
Note: See TracChangeset
for help on using the changeset viewer.