X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedlistvector.cpp;fp=sharedlistvector.cpp;h=223ca073fa2c5c9c083d5d20bc024fe82f724b68;hb=ce8794490ab1d83adcdb2b92e0302a1e43e17adf;hp=2cecb5de49d2aca77c33f21b77d584d6c15f893e;hpb=1f3d51cfdbe3e28c780501b7ed82d64fe27dba98;p=mothur.git diff --git a/sharedlistvector.cpp b/sharedlistvector.cpp index 2cecb5d..223ca07 100644 --- a/sharedlistvector.cpp +++ b/sharedlistvector.cpp @@ -25,6 +25,7 @@ SharedListVector::SharedListVector(int n): DataVector(), data(n, "") , maxRank(0 /***********************************************************************/ SharedListVector::SharedListVector(ifstream& f) : DataVector(), maxRank(0), numBins(0), numSeqs(0) { try { + groupmap = NULL; countTable = NULL; //set up groupmap for later. if (m->groupMode == "group") { groupmap = new GroupMap(m->getGroupFile());