]> git.donarmstrong.com Git - mothur.git/blobdiff - npshannon.h
added modify names parameter to set.dir
[mothur.git] / npshannon.h
index 9272409a995b3ddff581d796002b44dbdfeaf6ae..ea870d3b390fede481ce727d939ed0b34ebbf621 100644 (file)
@@ -20,9 +20,10 @@ 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;};
+       string getCitation() { return "http://www.mothur.org/wiki/Npshannon"; }
 private:
        
 };