Changeset 1736 for branches/autoquest-core-tasktrees-alignment/src/main
- Timestamp:
- 09/05/14 20:52:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/matrix/UPGMAMatrix.java
r1734 r1736 11 11 12 12 /** 13 * 14 */ 15 private static final long serialVersionUID = 1L; 16 17 /** 13 18 * Instantiates a new UPGMA matrix. 14 19 * 15 * @param size the size 20 * @param size the size of the matrix 16 21 */ 17 22 public UPGMAMatrix(int size) {
Note: See TracChangeset
for help on using the changeset viewer.