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