]> git.donarmstrong.com Git - mothur.git/blobdiff - boneh.h
pat's changes to seq.error command
[mothur.git] / boneh.h
diff --git a/boneh.h b/boneh.h
index 919200cb519d0ccdbcc52f2af2f94b52f031432d..d2d06c0fb0128b8870b5216b0d4ab779d2542155 100644 (file)
--- a/boneh.h
+++ b/boneh.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 Boneh : public Calculator  {
        
 public: 
-       Boneh(int size) : m(size), Calculator("boneh", 1, false) {};
+       Boneh(int size) : f(size), Calculator("boneh", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private:
        double getV(double, double, double);
-       int m;
+       int f;
 };