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