]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjabund.h
removed "shared" from some of the calculator names and classes
[mothur.git] / sharedjabund.h
index 426f2042f35d590fa146bac0c239360ce51d1aae..5e4424374e006557e2c6faa7c753f763bcf0dd9c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDJABUND_H
-#define SHAREDJABUND_H
+#ifndef JABUND_H
+#define JABUND_H
 /*
  *  sharedjabund.h
  *  Dotur
@@ -17,10 +17,10 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-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: