]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.cpp
fixed metastats, added resize to cluster.classic, added code to kill children if...
[mothur.git] / sharedordervector.cpp
index 3944212ea99e688cea1e04af5bd559044869505d..15ee7fc4e414988f86bca49ccd38070a2d96ef22 100644 (file)
@@ -171,7 +171,14 @@ void SharedOrderVector::print(ostream& output){
        }
 }
 
+/***********************************************************************/
 
+void SharedOrderVector::clear(){
+       numBins = 0;
+       maxRank = 0;
+       numSeqs = 0;
+       data.clear();
+}
 /***********************************************************************/
 
 void SharedOrderVector::resize(int){