]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjclass.h
changes while testing
[mothur.git] / sharedjclass.h
index 301518bc5eefa191b8d56a6e3045b2c3ce7badde..015b8acdd4ad1f0264dd75730e47e64bc823f3a6 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDJCLASS_H
-#define SHAREDJCLASS_H
+#ifndef JCLASS_H
+#define JCLASS_H
 /*
  *  sharedjclass.h
  *  Dotur
@@ -16,12 +16,13 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedJclass : public Calculator  {
+class Jclass : public Calculator  {
        
 public:
-       SharedJclass() :  Calculator("SharedJclass", 3) {};
+       Jclass() :  Calculator("jclass", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Jclass"; }
 private:
        
 };