]> git.donarmstrong.com Git - mothur.git/blobdiff - speciesprofile.h
changes while testing
[mothur.git] / speciesprofile.h
index 1ec8dd679f0d52546800b1d9c4dfe37a82f12310..f2c5ff4fe0f46da83bd7d7e6ca293d53797ac365 100644 (file)
@@ -21,6 +21,7 @@ public:
        SpeciesProfile() :  Calculator("speciesprofile", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Speciesprofile"; }
 private:
        
 };