]> 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 7501609eacd6ef805cb1195597dd4e647fccc426..38e7776991b4e1c9e4a9c657ffd83d2ce867a7e4 100644 (file)
--- a/solow.h
+++ b/solow.h
 class Solow : public Calculator  {
        
 public: 
-       Solow(int size) : m(size), Calculator("solow", 1, false) {};
+       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 m;
+       int f;
 };