]> git.donarmstrong.com Git - mothur.git/blobdiff - averagelinkage.cpp
added sharedbraycurtis, sharedmorisirahorn, sharedkulczynski, sharedkulczynskicody...
[mothur.git] / averagelinkage.cpp
index 1ab5160f07720f2330c7a627654e8ed264098e54..ec619cae3a5e373d7cd482c4bc25667e552a6687 100644 (file)
@@ -1,8 +1,10 @@
+#ifndef AVERAGE_H
+#define AVERAGE_H
 
 #include "cluster.hpp"
 #include "rabundvector.hpp"
 #include "sparsematrix.hpp"
-#include <exception>
+#include "mothur.h"
 
 /* This class implements the average UPGMA, average neighbor clustering algorithm */
 
@@ -76,3 +78,7 @@ void AverageLinkage::update(){
 }
 
 /***********************************************************************/
+
+#endif
+
+