Parcourir la source

debug view zeigt jetzt auch conflict detection an

Kolja Strohm il y a 6 ans
Parent
commit
71e5d7588f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bk/BKNodePlacement.java

+ 1 - 1
src/bk/BKNodePlacement.java

@@ -154,7 +154,7 @@ public class BKNodePlacement extends AnimatedAlgorithm {
         switch( state )
         {
         case CONFLICTS:
-            return combine.getDebugString();
+            return conftion.getDebugString();
         case LAYOUT1:
             return layouts[ 0 ].getDebugString();
         case LAYOUT2: