]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedchao1.h
fixed bug in venn command which caused error when user used more than one distance...
[mothur.git] / sharedchao1.h
index bba43424276ff52bd2492a2ae4118b6638cab96e..7cca63a8fb48bb9ac9a45757d95436562deff455 100644 (file)
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class SharedChao1 : public Calculator  {
        
 public: 
-       SharedChao1() : Calculator("SharedChao", 3) {};
+       SharedChao1() : Calculator("sharedchao", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 };