X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=spearman.h;h=06a4aa9aa9521f4b5dc50040f88adccd1376d7e6;hp=084514e1454ebfb39b227620186fbaf7895d1e97;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e diff --git a/spearman.h b/spearman.h index 084514e..06a4aa9 100644 --- a/spearman.h +++ b/spearman.h @@ -22,10 +22,16 @@ public: Spearman() : Calculator("spearman", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Spearman"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif + + + + +