X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sharedordervector.cpp;h=15ee7fc4e414988f86bca49ccd38070a2d96ef22;hp=3944212ea99e688cea1e04af5bd559044869505d;hb=89f19f9c6ab89c2f6c7c6921a328ae87bce6f8e3;hpb=cbb336d5650cfe1f83a398a837794dcfbbbd3756 diff --git a/sharedordervector.cpp b/sharedordervector.cpp index 3944212..15ee7fc 100644 --- a/sharedordervector.cpp +++ b/sharedordervector.cpp @@ -171,7 +171,14 @@ void SharedOrderVector::print(ostream& output){ } } +/***********************************************************************/ +void SharedOrderVector::clear(){ + numBins = 0; + maxRank = 0; + numSeqs = 0; + data.clear(); +} /***********************************************************************/ void SharedOrderVector::resize(int){