]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynskicody.h
added modify names parameter to set.dir
[mothur.git] / sharedkulczynskicody.h
index c09be3a0bb095cb0866ec383553a0d235a946ee0..9cb651f8e4d490f277613e441639ddf839bf2cb3 100644 (file)
@@ -21,12 +21,11 @@ public:
        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