]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorabund.h
fixed memory leak in maligner minCoverageFilter function used by chimera slayer
[mothur.git] / sharedsorabund.h
index 032dbda77c069bef164de7ca7e6accd88a02861f..7ec112e31b7902fd442508b562f301353a8f54be 100644 (file)
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class SorAbund : public Calculator  {
        
 public:
-       SorAbund() :  Calculator("SorAbund", 3, false) {};
+       SorAbund() :  Calculator("sorabund", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private: