X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothur.h;h=b4fc3ce1c41171c0cde75a83f6365e12873984bc;hb=HEAD;hp=102b44d57030561244c8ba6205f7c02c831b9b36;hpb=d1faab5efe1c28700890bdec5b4d8e817fa1dab2;p=mothur.git diff --git a/mothur.h b/mothur.h index 102b44d..b4fc3ce 100644 --- a/mothur.h +++ b/mothur.h @@ -210,6 +210,16 @@ struct distlinePair { int end; }; +/************************************************************/ +struct oligosPair { + string forward; + string reverse; + + oligosPair() { forward = ""; reverse = ""; } + oligosPair(string f, string r) : forward(f), reverse(r) {} + ~oligosPair() {} +}; + /************************************************************/ struct seqPriorityNode { int numIdentical;