]> git.donarmstrong.com Git - mothur.git/blobdiff - solow.h
changed random forest output filename
[mothur.git] / solow.h
diff --git a/solow.h b/solow.h
index 6d58df2009be6f96a7497cca48f11ba59b2b05d6..38e7776991b4e1c9e4a9c657ffd83d2ce867a7e4 100644 (file)
--- a/solow.h
+++ b/solow.h
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 5/13/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
 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;
 };