]> git.donarmstrong.com Git - mothur.git/blobdiff - structpearson.h
added modify names parameter to set.dir
[mothur.git] / structpearson.h
index c3b9455c040a66afb10231cfe5522c3a4222e298..c0cbf9b0e99918af2a5e6430420e0d22045f24ea 100644 (file)
@@ -22,6 +22,7 @@ public:
        StructPearson() :  Calculator("structpearson", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Structpearson"; }
 private:
        
 };