]> git.donarmstrong.com Git - mothur.git/blobdiff - npshannon.h
added modify names parameter to set.dir
[mothur.git] / npshannon.h
index 2e9578b3633e4743c23d271ca56002156cbfd098..ea870d3b390fede481ce727d939ed0b34ebbf621 100644 (file)
@@ -23,6 +23,7 @@ public:
        NPShannon() : Calculator("npshannon", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Npshannon"; }
 private:
        
 };