]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedanderbergs.h
changes while testing
[mothur.git] / sharedanderbergs.h
index 2460cfe03ea64d6e9a7211609d3e07e6b20df41b..785e52bd414ace766da04ef41d3ac7319b97f49b 100644 (file)
@@ -19,12 +19,11 @@ class Anderberg : public Calculator  {
                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