]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjclass.h
removed "shared" from some of the calculator names and classes
[mothur.git] / sharedjclass.h
index 301518bc5eefa191b8d56a6e3045b2c3ce7badde..bafc3f76c357c2347778d08b51be84f41c51c20e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDJCLASS_H
-#define SHAREDJCLASS_H
+#ifndef JCLASS_H
+#define JCLASS_H
 /*
  *  sharedjclass.h
  *  Dotur
@@ -16,10 +16,10 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedJclass : public Calculator  {
+class Jclass : public Calculator  {
        
 public:
-       SharedJclass() :  Calculator("SharedJclass", 3) {};
+       Jclass() :  Calculator("Jclass", 3) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
 private: