]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / sharedjabund.h
index cba2d980a9f331b3070ec6285ea7902d9818d482..083ad2393480d91cb14d297d1050f9cca637375b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDJABUND_H
-#define SHAREDJABUND_H
+#ifndef JABUND_H
+#define JABUND_H
 /*
  *  sharedjabund.h
  *  Dotur
 It is a child of the calculator class. */
 
 
-#include <Carbon/Carbon.h>
 #include "calculator.h"
 
 /***********************************************************************/
 
-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*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Jabund"; }
 private:
        UVEst* uv;
        
@@ -31,4 +31,4 @@ private:
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif