X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ignoregaps.h;h=ccc6b96ee9d6f0e5f3761f9e969741f5e08defdd;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=d4e5ee507219bcfd943b371b0f19b86aea132da5;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/ignoregaps.h b/ignoregaps.h index d4e5ee5..ccc6b96 100644 --- a/ignoregaps.h +++ b/ignoregaps.h @@ -20,6 +20,9 @@ class ignoreGaps : public Dist { public: + ignoreGaps() {} + ignoreGaps(const ignoreGaps& ddb) {} + void calcDist(Sequence A, Sequence B){ int diff = 0; int length = 0;