X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;h=2b9e8e7f042e5f63a8805a427a8c3f8693f6cad9;hb=f3e0de2c55da5c524abb3b404f77cb84aa1ddd34;hp=cd106ece49d90dcfe28a0d272b672919281a912b;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h index cd106ec..2b9e8e7 100644 --- a/otuhierarchycommand.h +++ b/otuhierarchycommand.h @@ -37,11 +37,12 @@ public: private: bool abort; - set labels; //holds labels to be used - string label, listFile, outputDir, output; + set mylabels; //holds labels to be used + string label, listFile, outputDir, output, list1Label, list2Label; vector outputNames; - vector getListVectors(); + vector< vector > getListVectors(); + vector< vector > getListVector(string, string&); };