X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=hamming.h;h=77eb51db090efdf8710328e420da33141178e36c;hp=6d892922752ebaacae76a614912d95b3f0ff5bde;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e diff --git a/hamming.h b/hamming.h index 6d89292..77eb51d 100644 --- a/hamming.h +++ b/hamming.h @@ -22,6 +22,7 @@ public: Hamming() : Calculator("hamming", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Hamming"; } private: };