]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynskicody.h
working on pam
[mothur.git] / sharedkulczynskicody.h
index b91dee9a10c4641083aa216d41f96dbb51bb9172..9cb651f8e4d490f277613e441639ddf839bf2cb3 100644 (file)
 class KulczynskiCody : public Calculator  {
        
 public:
-       KulczynskiCody() :  Calculator("KulczynskiCody", 1, false) {};
+       KulczynskiCody() :  Calculator("kulczynskicody", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Kulczynskicody"; }
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif