]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedanderbergs.h
changes while testing
[mothur.git] / sharedanderbergs.h
index f17e5fa8e3767a115d6b9393f258f696bf9ff793..785e52bd414ace766da04ef41d3ac7319b97f49b 100644 (file)
 class Anderberg : public Calculator  {
        
        public:
-               Anderberg() :  Calculator("Anderberg", 1, false) {};
+               Anderberg() :  Calculator("anderberg", 1, false) {};
                EstOutput getValues(SAbundVector*) {return data;};
                EstOutput getValues(vector<SharedRAbundVector*>);
+               string getCitation() { return "http://www.mothur.org/wiki/Anderberg"; }
        private:
 
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif