X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedrabundvector.cpp;h=f60562a75a5202a366a6bf9cbd831421133feab0;hb=753dc84cf289b1d5dc0ca5b0c043640927aa951a;hp=135763e49ad192911497434ff3aeeddcd5cfd5ed;hpb=de2dc9fb831f569b823031d0730f5a0d739e8290;p=mothur.git diff --git a/sharedrabundvector.cpp b/sharedrabundvector.cpp index 135763e..f60562a 100644 --- a/sharedrabundvector.cpp +++ b/sharedrabundvector.cpp @@ -15,11 +15,12 @@ /***********************************************************************/ -SharedRAbundVector::SharedRAbundVector() : DataVector(), maxRank(0), numBins(0), numSeqs(0) {} +SharedRAbundVector::SharedRAbundVector() : DataVector(), maxRank(0), numBins(0), numSeqs(0) {globaldata = GlobalData::getInstance();} /***********************************************************************/ SharedRAbundVector::SharedRAbundVector(int n) : DataVector(), maxRank(0), numBins(n), numSeqs(0) { + globaldata = GlobalData::getInstance(); individual newGuy; //initialize data for (int i=0; i< n; i++) {