source: branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/substitution/FitchMargoliashMatrix.java @ 1571

Last change on this file since 1571 was 1571, checked in by rkrimmel, 10 years ago

Adding FitchMargoliashMatrix?@

File size: 194 bytes
Line 
1package de.ugoe.cs.autoquest.tasktrees.alignment.substitution;
2
3public class FitchMargoliashMatrix extends TriangleMatrix {
4
5        public FitchMargoliashMatrix(int size) {
6                super(size);
7        }
8       
9       
10       
11
12}
Note: See TracBrowser for help on using the repository browser.