Ignore:
Timestamp:
07/09/14 12:13:13 (10 years ago)
Author:
rkrimmel
Message:

Refactoring and code cleanup

File:
1 edited

Legend:

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

    r1588 r1589  
    99                 
    1010                //return new SmithWaterman(input1,input2,submat,threshold); 
    11                 return new NeedlemanWunsch(input1,input2,submat,threshold); 
    12                 //return new SmithWatermanRepeated(input1,input2,submat,threshold); 
     11                //return new NeedlemanWunsch(input1,input2,submat,threshold); 
     12                return new SmithWatermanRepeated(input1,input2,submat,threshold); 
    1313        } 
    1414} 
Note: See TracChangeset for help on using the changeset viewer.