]> git.donarmstrong.com Git - mothur.git/blobdiff - npshannon.h
This contains Pat's bug fixes and updates. It represents mothur v.1.3.0
[mothur.git] / npshannon.h
index dc137edf08cc8777c80a349e0cc39ff9d1b7f917..2e9578b3633e4743c23d271ca56002156cbfd098 100644 (file)
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class NPShannon : public Calculator  {
        
 public:
-       NPShannon() : Calculator("NPShannon", 1, false) {};
+       NPShannon() : Calculator("npshannon", 1, false) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private: