X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedmarczewski.h;h=66a18f7030f993ff4a2c9db5f627137bb47e33a1;hp=55bc7e433f1673222858a108aa21e8cbc22725e7;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=c196b6b4768ccb84955d773ff0f22e4994d1ba7b diff --git a/sharedmarczewski.h b/sharedmarczewski.h index 55bc7e4..66a18f7 100644 --- a/sharedmarczewski.h +++ b/sharedmarczewski.h @@ -6,7 +6,7 @@ * Mothur * * Created by Thomas Ryabin on 4/8/09. - * Copyright 2009 __MyCompanyName__. All rights reserved. + * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. * */ @@ -20,9 +20,10 @@ public: SharedMarczewski() : Calculator("sharedmarczewski", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Sharedmarczewski"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif