Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/10 15:54:25 (14 years ago)
Author:
swinkler
Message:

Corrected comment and description in MultiPermutationManipulator and PathTSPTourView. (#1182)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views/3.3/PathTSPTourView.cs

    r3904 r4373  
    3030namespace HeuristicLab.Problems.TravelingSalesman.Views {
    3131  /// <summary>
    32   /// The base class for visual representations of items.
     32  /// The base class for visual representations of a path tour for a TSP.
    3333  /// </summary>
    3434  [View("PathTSPTour View")]
     
    4141
    4242    /// <summary>
    43     /// Initializes a new instance of <see cref="ItemBaseView"/>.
     43    /// Initializes a new instance of <see cref="PathTSPTourView"/>.
    4444    /// </summary>
    4545    public PathTSPTourView() {
Note: See TracChangeset for help on using the changeset viewer.