]> git.donarmstrong.com Git - mothur.git/blobdiff - shen.h
paralellized screen.seqs and added mpi code to it. fixed bug with all mpi commands...
[mothur.git] / shen.h
diff --git a/shen.h b/shen.h
index 4a97805e9b293fab7e0b6cb3854dead3cf01c2c1..1016e4c8056c1ba6c50e6251d5459e9c7288a78f 100644 (file)
--- a/shen.h
+++ b/shen.h
@@ -6,7 +6,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 5/18/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
 class Shen : public Calculator  {
        
 public: 
-       Shen(int size) : m(size), Calculator("shen", 1, false) {};
+       Shen(int size, int n) : f(size), abund(n), Calculator("shen", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private:
-       int m;
+       int f;
+       int abund;
 };