]> git.donarmstrong.com Git - mothur.git/blobdiff - eachgapdist.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / eachgapdist.h
index 84fe56ec58da1652d9484832b9b55ec69f420814..fe9bc3099d7a1dcdd347bfe98a23e1bceb44768a 100644 (file)
@@ -18,6 +18,9 @@ class eachGapDist : public Dist {
        
 public:
        
+       eachGapDist() {}
+       eachGapDist(const eachGapDist& ddb) {}
+       
        void calcDist(Sequence A, Sequence B){          
                int diff = 0;
                int length = 0;