]> git.donarmstrong.com Git - mothur.git/blobdiff - geom.h
added concensus command and updated calcs
[mothur.git] / geom.h
diff --git a/geom.h b/geom.h
index f88cb4acb33d2cf4027062f309329f3bc9f9aaf6..be60de39ed6d6f6e116e886f4a7aa608739e63db 100644 (file)
--- a/geom.h
+++ b/geom.h
@@ -19,9 +19,11 @@ It is a child of the calculator class. */
 class Geom : public Calculator  {
        
 public:
-       Geom() : Calculator("geometric", 3) {};
+
+       Geom() : Calculator("geometric", 3, false) {};
+
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 
 private:
        double kEq(double, double);