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