X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedsorclass.h;h=49ada2d7795d3d4cca8c2c87007173c240032b4c;hp=dc6f14cc686361f4eb0d3e38edb25c164d579be4;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=1b4aa03040e61f4c2d47ce32cb12726dcdadb917 diff --git a/sharedsorclass.h b/sharedsorclass.h index dc6f14c..49ada2d 100644 --- a/sharedsorclass.h +++ b/sharedsorclass.h @@ -23,6 +23,7 @@ public: SorClass() : Calculator("sorclass", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sorclass"; } private: };