]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedbraycurtis.h
changes while testing
[mothur.git] / sharedbraycurtis.h
index 7a8ef11864d2ecbd3cfbfb559f7fbe750d99b3b2..200f08c6b27fe64c3ec7b2873158866955fe4dbe 100644 (file)
@@ -18,6 +18,7 @@ public:
        BrayCurtis() :  Calculator("braycurtis", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Braycurtis"; }
 private:
        
 };