]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / sharedochiai.h
index 26c6c586a65c791a56b25325bdb9b9d2c8399315..78ec0ae647d153c23a34eeba5499f1cf7299f7f3 100644 (file)
@@ -16,9 +16,9 @@
 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*>);
 private:
        
 };
@@ -26,4 +26,4 @@ private:
 /***********************************************************************/
 
 
-#endif
\ No newline at end of file
+#endif