]> git.donarmstrong.com Git - mothur.git/blobdiff - sabundvector.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / sabundvector.cpp
index 6e4401bab964db2755e7ce1bb9f39c67703bf864..1bceec210779221ce0dfce33886b177e5250efd8 100644 (file)
@@ -153,7 +153,13 @@ void SAbundVector::print(string prefix, ostream& output){
        }
        output << endl;
 }
-
+/***********************************************************************/
+void SAbundVector::clear(){
+       numBins = 0;
+       maxRank = 0;
+       numSeqs = 0;
+       data.clear();   
+}
 /***********************************************************************/
 void SAbundVector::print(ostream& output){
        try {