]> git.donarmstrong.com Git - mothur.git/blobdiff - canberra.h
added modify names parameter to set.dir
[mothur.git] / canberra.h
index 94caf8516da2ceaa0db5fedc95c28b20d7f57156..483d119230ec7ecc99fc9bb3b24cb82ed6d55634 100644 (file)
@@ -22,6 +22,7 @@ public:
        Canberra() :  Calculator("canberra", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Canberra"; }
 private:
        
 };