]> git.donarmstrong.com Git - mothur.git/blobdiff - structeuclidean.h
changed random forest output filename
[mothur.git] / structeuclidean.h
index 37c54fc4c02ae72f3e3fdd56942ab8222e654ce7..2a7bd5c11425dd2cd0c51055409617f82882c9e5 100644 (file)
@@ -22,6 +22,7 @@ public:
        StructEuclidean() :  Calculator("structeuclidean", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Structeuclidean"; }
 private:
        
 };