]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedlistvector.cpp
fixed bug in sharedcommand and parselistcommand and changed file extension of sorenso...
[mothur.git] / sharedlistvector.cpp
index 2bceace2565f404a08b85e5af59cf18e295bd41a..62e37885d165c0abcd800f189c656664acb3f63b 100644 (file)
@@ -20,6 +20,9 @@ using namespace std;
 #include "sharedlistvector.h"
 #include "sharedordervector.h"
 
+/***********************************************************************/
+
+SharedListVector::SharedListVector() : DataVector(), maxRank(0), numBins(0), numSeqs(0){};
 
 /***********************************************************************/