X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=onegapdist.h;h=3e5b6c72f1d862ab88698360566a84e6a87953de;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=b6b257cb2f452027f19ff06e199f432076a2ef5b;hpb=3117b1c3109121dff476997d3c5db5b47a77729b;p=mothur.git diff --git a/onegapdist.h b/onegapdist.h index b6b257c..3e5b6c7 100644 --- a/onegapdist.h +++ b/onegapdist.h @@ -17,25 +17,34 @@ class oneGapDist : public Dist { public: + + oneGapDist() {} + void calcDist(Sequence A, Sequence B){ int difference = 0; + int minLength = 0; int openGapA = 0; int openGapB = 0; - int minLength = 0; int start = 0; - for(int i=0;i