]> git.donarmstrong.com Git - mothur.git/blobdiff - geom.h
modified some calculators and other stuff - pds
[mothur.git] / geom.h
diff --git a/geom.h b/geom.h
index b9da73f06594fd6fd41e62328698081d6213a278..05fc0d76d3e6cd89b1c8b53b3875fcd2634c6f60 100644 (file)
--- a/geom.h
+++ b/geom.h
@@ -19,7 +19,7 @@ It is a child of the calculator class. */
 class Geom : public Calculator  {
        
 public:
-       Geom() : Calculator("geom", 3) {};
+       Geom() : Calculator("geometric", 3) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};