X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rarefactcommand.h;h=0e77a277e6ad7cda962a4c9476945f6b2aa6b557;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=36288927ac2d5bb575378329c9c0a6b66f1db5c4;hpb=ae57e166b2ed7b475ec3f466106bd76fabadd063;p=mothur.git diff --git a/rarefactcommand.h b/rarefactcommand.h index 3628892..0e77a27 100644 --- a/rarefactcommand.h +++ b/rarefactcommand.h @@ -50,8 +50,8 @@ private: vector groups; string outputDir; - vector parseSharedFile(string); - vector createGroupFile(vector&); + vector parseSharedFile(string, map >&); + vector createGroupFile(vector&, map); }; #endif