]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
changed how we name the make.group groups file, and filter file in filter.seqs, finis...
[mothur.git] / sharedjabund.h
index 426f2042f35d590fa146bac0c239360ce51d1aae..1bd41988f492571e8541667350ac4d1038eeb922 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDJABUND_H
-#define SHAREDJABUND_H
+#ifndef JABUND_H
+#define JABUND_H
 /*
  *  sharedjabund.h
  *  Dotur
@@ -17,12 +17,12 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedJAbund : public Calculator  {
+class JAbund : public Calculator  {
        
 public:
-       SharedJAbund() :  Calculator("SharedJAbund", 3) {};
+       JAbund() :  Calculator("jabund", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
 private:
        UVEst* uv;