Browse Source

Add algorithm to find path

Baglio Tabifata 4 years ago
parent
commit
bcc8f4f35f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/net/hkzlab/dupal/boardio/DuPALAnalyzer.java

+ 1 - 0
src/net/hkzlab/dupal/boardio/DuPALAnalyzer.java

@@ -122,6 +122,7 @@ public class DuPALAnalyzer {
                 nms = null;
             } else {
                 logger.info("No more StateLinks to generate in ["+ms+"]");
+
                 StateLink[] slPath = findPathToNewStateLinks(ms);
                 
                 if(slPath == null) {