X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=averagelinkage.cpp;h=54f380353c6d97f018218c74e7667b3df1f89637;hb=edec660ee2be477ac1539109d949a60cb7e16243;hp=1ab5160f07720f2330c7a627654e8ed264098e54;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/averagelinkage.cpp b/averagelinkage.cpp index 1ab5160..54f3803 100644 --- a/averagelinkage.cpp +++ b/averagelinkage.cpp @@ -1,8 +1,11 @@ +#ifndef AVERAGE_H +#define AVERAGE_H + +#include "mothur.h" #include "cluster.hpp" #include "rabundvector.hpp" #include "sparsematrix.hpp" -#include /* This class implements the average UPGMA, average neighbor clustering algorithm */ @@ -76,3 +79,7 @@ void AverageLinkage::update(){ } /***********************************************************************/ + +#endif + +