]> git.donarmstrong.com Git - mothur.git/blobdiff - hamming.h
changes while testing
[mothur.git] / hamming.h
index 6d892922752ebaacae76a614912d95b3f0ff5bde..77eb51db090efdf8710328e420da33141178e36c 100644 (file)
--- a/hamming.h
+++ b/hamming.h
@@ -22,6 +22,7 @@ public:
        Hamming() :  Calculator("hamming", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Hamming"; }
 private:
        
 };