]> 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 452471ae4153339f16bdbe6938ab3de38e413e5c..7ec112e31b7902fd442508b562f301353a8f54be 100644 (file)
@@ -20,9 +20,9 @@ It is a child of the calculator class. */
 class SorAbund : public Calculator  {
        
 public:
-       SorAbund() :  Calculator("SorAbund", 3) {};
+       SorAbund() :  Calculator("sorabund", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        UVEst* uv;