]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetan.h
added clearcut source to mothur, fixed mislabeled sharedcalcs
[mothur.git] / sharedthetan.h
index 4637b97605dd550726496689bf67246bac6d757b..b3693d6f513a330b3e4531bcae5b0cacf2f6eccd 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", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
 private: