]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
This is mothur v 1.2.0 - the April ~24, 2009 release
[mothur.git] / sharedjabund.h
index cba2d980a9f331b3070ec6285ea7902d9818d482..5e4424374e006557e2c6faa7c753f763bcf0dd9c 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", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 private:
@@ -31,4 +30,4 @@ private:
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif