Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3133


Ignore:
Timestamp:
03/19/10 19:33:26 (14 years ago)
Author:
abeham
Message:

Fixed a bug in PathTSPTour, the setter of permutation registered the wrong event listeners. #924

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TSP/3.3/PathTSPTour.cs

    r3107 r3133  
    5757          if (permutation != null) DeregisterPermutationEvents();
    5858          permutation = value;
    59           if (permutation != null) RegisterCoordinatesEvents();
     59          if (permutation != null) RegisterPermutationEvents();
    6060          OnPermutationChanged();
    6161        }
Note: See TracChangeset for help on using the changeset viewer.