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