Selaa lähdekoodia

debug view zeigt jetzt auch conflict detection an

Kolja Strohm 6 vuotta sitten
vanhempi
commit
71e5d7588f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: