]> git.donarmstrong.com Git - mothur.git/blobdiff - eachgapdist.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / eachgapdist.h
index d66b40c8878cb41cf933fbf3589e82369b72cd4c..fe9bc3099d7a1dcdd347bfe98a23e1bceb44768a 100644 (file)
 class eachGapDist : public Dist {
        
 public:
+       
+       eachGapDist() {}
+       eachGapDist(const eachGapDist& ddb) {}
+       
        void calcDist(Sequence A, Sequence B){          
                int diff = 0;
                int length = 0;