]> git.donarmstrong.com Git - mothur.git/blobdiff - solow.h
changes while testing
[mothur.git] / solow.h
diff --git a/solow.h b/solow.h
index 08501418767f61c98bde2129f762bb13b34483be..38e7776991b4e1c9e4a9c657ffd83d2ce867a7e4 100644 (file)
--- a/solow.h
+++ b/solow.h
@@ -23,6 +23,7 @@ public:
        Solow(int size) : f(size), Calculator("solow", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Solow"; }
 private:
        int f;
 };