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

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

Adding FitchMargaliash? Class

File size: 188 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}
Note: See TracBrowser for help on using the repository browser.