]> git.donarmstrong.com Git - mothur.git/blobdiff - npshannon.h
added concensus command and updated calcs
[mothur.git] / npshannon.h
index 9272409a995b3ddff581d796002b44dbdfeaf6ae..dc137edf08cc8777c80a349e0cc39ff9d1b7f917 100644 (file)
@@ -20,9 +20,9 @@ It is a child of the calculator class. */
 class NPShannon : public Calculator  {
        
 public:
-       NPShannon() : Calculator("NPShannon", 1) {};
+       NPShannon() : Calculator("NPShannon", 1, false) {};
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private:
        
 };