]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
changes while testing
[mothur.git] / sharedochiai.h
index 26c6c586a65c791a56b25325bdb9b9d2c8399315..fb799def311f79727ad124d7b7585b1af74f90ea 100644 (file)
 class Ochiai : public Calculator  {
        
 public:
-       Ochiai() :  Calculator("Ochiai", 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