]> git.donarmstrong.com Git - mothur.git/blobdiff - ignoregaps.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / ignoregaps.h
index d4e5ee507219bcfd943b371b0f19b86aea132da5..ccc6b96ee9d6f0e5f3761f9e969741f5e08defdd 100644 (file)
@@ -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;