]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedochiai.h
changes while testing
[mothur.git] / sharedochiai.h
index 61d9df38e762b644a8538eddc38cd35da45592ee..fb799def311f79727ad124d7b7585b1af74f90ea 100644 (file)
 class Ochiai : public Calculator  {
        
 public:
-       Ochiai() :  Calculator("Ochiai", 1, false) {};
+       Ochiai() :  Calculator("ochiai", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        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