]> git.donarmstrong.com Git - mothur.git/blobdiff - database.hpp
fixed trim.seqs bug with qtrim parameter and added num=1 special case to database...
[mothur.git] / database.hpp
index 9293f13d5f091251d77115d2f3dc5344868d2c5c..bbe01c456acbb9e66c56127d9bc23371e09b5ddf 100644 (file)
@@ -20,6 +20,7 @@
 struct seqMatch {  //used to select top n matches
                int seq;
                int match;
+               seqMatch() {}
                seqMatch(int s, int m) : seq(s), match(m) {}
 };
 /**************************************************************************************************/