]> git.donarmstrong.com Git - mothur.git/blobdiff - ace.h
pds fixes of heatmap and some other minor stuff
[mothur.git] / ace.h
diff --git a/ace.h b/ace.h
index b81dd64eef6c0cd24d354416f0dd6e3583b83bd2..c3d156c69729947491a2e5ea86d7a83e5b64ee43 100644 (file)
--- a/ace.h
+++ b/ace.h
@@ -20,7 +20,7 @@ It is a child of the calculator class. */
 class Ace : public Calculator  {
        
 public:
-       Ace(int n) : abund(n), Calculator("ACE", 3) {};
+       Ace(int n) : abund(n), Calculator("ace", 3) {};
        EstOutput getValues(SAbundVector*);
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
 private: