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