]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedchao1.h
added clearcut source to mothur, fixed mislabeled sharedcalcs
[mothur.git] / sharedchao1.h
index 243039e3a8822c0b9e7a66b6e17d08fcee56cf34..e802cc3012c51728866dcfa51b01049dd2c84215 100644 (file)
@@ -21,7 +21,7 @@ It is a child of the calculator class. */
 class SharedChao1 : public Calculator  {
        
        public: 
-               SharedChao1() : Calculator("sharedchao", 3, true) {};
+               SharedChao1() : Calculator("sharedchao", 1, true) {};
                EstOutput getValues(SAbundVector*) {return data;};
                EstOutput getValues(vector<SharedRAbundVector*>);
        private: