]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.h
added sparseDistanceMatrix class. Modified cluster commands to use the new sparse...
[mothur.git] / clustercommand.h
index 7349961e252104c93cf26942d79b44f11ba7c0f5..e3dd214446d31d187148de2be7dbf2ffbfebe96e 100644 (file)
@@ -14,7 +14,7 @@
 #include "sabundvector.hpp"
 #include "listvector.hpp"
 #include "cluster.hpp"
-#include "sparsematrix.hpp"
+#include "sparsedistancematrix.h"
 
 /* The cluster() command:
        The cluster command outputs a .list , .rabund and .sabund files.  
@@ -44,7 +44,7 @@ public:
        
 private:
        Cluster* cluster;
-       SparseMatrix* matrix;
+       SparseDistanceMatrix* matrix;
        ListVector* list;
        RAbundVector* rabund;
        RAbundVector oldRAbund;