X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ignoregaps.h;h=ccc6b96ee9d6f0e5f3761f9e969741f5e08defdd;hb=8dd3c225255d7084e3aff8740aa4f1f1cabb367a;hp=e81ab92e2aaaced862fad7ae0e2f14cdf1d9f386;hpb=cdcf99b7760701e6869ca8e4e6e91c8e8c4ae186;p=mothur.git diff --git a/ignoregaps.h b/ignoregaps.h index e81ab92..ccc6b96 100644 --- a/ignoregaps.h +++ b/ignoregaps.h @@ -20,10 +20,14 @@ class ignoreGaps : public Dist { public: + ignoreGaps() {} + ignoreGaps(const ignoreGaps& ddb) {} + void calcDist(Sequence A, Sequence B){ int diff = 0; int length = 0; int start = 0; + bool overlap = false; string seqA = A.getAligned(); string seqB = B.getAligned(); @@ -32,6 +36,7 @@ public: for(int i=0;i