]> 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 56bc112d938faadc7efb2fe3e9faca12ca15ac79..05fc0d76d3e6cd89b1c8b53b3875fcd2634c6f60 100644 (file)
--- a/geom.h
+++ b/geom.h
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 2/23/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 #include "calculator.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;};