Ignore:
Timestamp:
05/23/14 21:54:40 (10 years ago)
Author:
rkrimmel
Message:

Moved alignment plugin into core-tasktrees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/SmithWaterman.java

    r1553 r1554  
    7070 
    7171                System.out.println("Starting SmithWaterman algorithm with a " 
    72                                 + submat.getClass() + " Substitution Matrix: " + submat.info()); 
     72                                + submat.getClass() + " Substitution Matrix: " + submat.getClass().getCanonicalName()); 
    7373                scoreThreshold = 20; 
    7474                score = new double[length1 + 1][length2 + 1]; 
Note: See TracChangeset for help on using the changeset viewer.