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