]> git.donarmstrong.com Git - mothur.git/blobdiff - chao1.h
fixes while testing 1.33.0
[mothur.git] / chao1.h
diff --git a/chao1.h b/chao1.h
index 1322aac979c30b916370927f71102e5d265b7a0a..21224eb00d26587cb5f4c4440e9fab42d5508e79 100644 (file)
--- a/chao1.h
+++ b/chao1.h
@@ -22,6 +22,7 @@ public:
        Chao1() : Calculator("chao", 3, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Chao"; }
 };