]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlennon.h
fixed cluster.classic and added weighted method to hcluster
[mothur.git] / sharedlennon.h
index 0aba6a91802c4a6275475b824c291df2a0cec751..77eb6295d0fcd284b5aa1bb40236217d1e0c8092 100644 (file)
@@ -18,7 +18,7 @@
 class Lennon : public Calculator  {
        
 public:
-       Lennon() :  Calculator("Lennon", 1, false) {};
+       Lennon() :  Calculator("lennon", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private:
@@ -27,6 +27,4 @@ private:
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif