]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedmorisitahorn.h
fixes while testing 1.33.0
[mothur.git] / sharedmorisitahorn.h
index a7980d031fa20cf5480bd7be28ed13ed34aa9dd6..7f0b6e9387aa4ea496d3849f0e51e26f9f75bdb4 100644 (file)
@@ -20,6 +20,7 @@ public:
        MorHorn() :  Calculator("morisitahorn", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Morisitahorn"; }
 private:
        
 };