X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flowdata.h;fp=flowdata.h;h=c7fd08a0a0100841e2805062ae5f44f7e5821d6d;hb=4b54ce99af7db8019ea907cd7c2edf789369ada9;hp=100765370ca5429e75b8688a6abc51d79f17edc5;hpb=20071b183e619c122bf9f63b4bb42722507c4e4a;p=mothur.git diff --git a/flowdata.h b/flowdata.h index 1007653..c7fd08a 100644 --- a/flowdata.h +++ b/flowdata.h @@ -38,6 +38,7 @@ private: string seqName, locationString, sequence, baseFlow; int numFlows, maxFlows, endFlow; vector flowData; + string getSequenceName(ifstream&); }; #endif