]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedkulczynski.h
changes while testing
[mothur.git] / sharedkulczynski.h
index 58594c69f3f1c12db7ffeed5cd58444ec9f06924..675ce4dec98c1e1cbdd735cfd26572e91af64b0d 100644 (file)
@@ -20,12 +20,11 @@ public:
        Kulczynski() :  Calculator("kulczynski", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Kulczynski"; }
 private:
        
 };
 
 /***********************************************************************/
 
-
-
-#endif
\ No newline at end of file
+#endif