]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
changes while testing
[mothur.git] / sharedochiai.h
index 27de37555ef521615659b5bc844d498a02c76fbb..fb799def311f79727ad124d7b7585b1af74f90ea 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDOCHIAI_H
-#define SHAREDOCHIAI_H
+#ifndef OCHIAI_H
+#define OCHIAI_H
 /*
  *  sharedochiai.h
  *  Mothur
 
 /***********************************************************************/
 
-class SharedOchiai : public Calculator  {
+class Ochiai : public Calculator  {
        
 public:
-       SharedOchiai() :  Calculator("SharedOchiai", 1) {};
+       Ochiai() :  Calculator("ochiai", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/ochiai"; }
 private:
        
 };
@@ -26,4 +27,4 @@ private:
 /***********************************************************************/
 
 
-#endif
\ No newline at end of file
+#endif