]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorabund.h
removed "shared" from some of the calculator names and classes
[mothur.git] / sharedsorabund.h
index e1ca45abc8a681001edbd6f860f2c632cc297a8d..452471ae4153339f16bdbe6938ab3de38e413e5c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDSORABUND_H
-#define SHAREDSORABUND_H
+#ifndef SORABUND_H
+#define SORABUND_H
 /*
  *  sharedsorabund.h
  *  Dotur
@@ -17,10 +17,10 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedSorAbund : public Calculator  {
+class SorAbund : public Calculator  {
        
 public:
-       SharedSorAbund() :  Calculator("SharedSorAbund", 3) {};
+       SorAbund() :  Calculator("SorAbund", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 private: