Skip to content

Commit 6009d03

Browse files
committed
disable UPGMA until issue fixed
1 parent 9b8a074 commit 6009d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bionj2.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ void addBioNJ2020TreeBuilders(Registry& f) {
104104
ADVERTISE(VectorBIONJ, "BIONJ-V", "Vectorized BIONJ (Gascuel, Cong [2009])");
105105
#endif
106106

107-
ADVERTISE(UPGMA_Matrix<NJFloat>,"UPGMA", "UPGMA (Sokal, Michener [1958])");
107+
//ADVERTISE(UPGMA_Matrix<NJFloat>,"UPGMA", "UPGMA (Sokal, Michener [1958])");
108108

109109
#if USE_VECTORCLASS_LIBRARY
110-
ADVERTISE(VectorizedUPGMA_Matrix<NJFloat>, "UPGMA-V", "Vectorized UPGMA (Sokal, Michener [1958])");
110+
//ADVERTISE(VectorizedUPGMA_Matrix<NJFloat>, "UPGMA-V", "Vectorized UPGMA (Sokal, Michener [1958])");
111111
#endif
112112

113113
ADVERTISE(BoundingMatrix<double>,"NJ-R-D", "Double precision Rapid Neighbour Joining");
-6.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)