X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=flowdata.h;h=c7fd08a0a0100841e2805062ae5f44f7e5821d6d;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hp=100765370ca5429e75b8688a6abc51d79f17edc5;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;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