Changeset 11257 for branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/GenealogyGraph
- Timestamp:
- 08/02/14 20:25:20 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/GenealogyGraph/GenealogyGraph.cs
r11253 r11257 95 95 if (Ranks.ContainsKey(node.Rank)) { 96 96 Ranks[node.Rank].Remove(node); 97 if (!Ranks[node.Rank].Any()) 98 Ranks.Remove(node.Rank); 97 99 } 98 100 base.RemoveVertex(vertex);
Note: See TracChangeset
for help on using the changeset viewer.