]> git.donarmstrong.com Git - mothur.git/blobdiff - efron.h
added MPI code, broke up chimera.seqs into 5 separated commands, added parse.sff...
[mothur.git] / efron.h
diff --git a/efron.h b/efron.h
index 652159d97546ee24ef378995278babe79a8a9e65..44aee5a89162d7604bc8d8e4cf68e137e242c2a0 100644 (file)
--- a/efron.h
+++ b/efron.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 Efron : public Calculator  {
        
 public: 
-       Efron(int size) : m(size), Calculator("efron", 1, false) {};
+       Efron(int size) : f(size), Calculator("efron", 1, false) {};
        EstOutput getValues(SAbundVector*);     
        EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
 private:
-       int m;
+       int f;
 };