X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=globaldata.cpp;h=b18324b8766f9d498295a6e630caaec1b5cc9595;hb=c6e5f84783b39a558119835963dec3c4facb0154;hp=74daaa2cc87cea237619fec03afdf28a8095f65f;hpb=a98eb683e17d8e49583bf2d215ab7562a4cdca75;p=mothur.git diff --git a/globaldata.cpp b/globaldata.cpp index 74daaa2..b18324b 100644 --- a/globaldata.cpp +++ b/globaldata.cpp @@ -67,6 +67,7 @@ GlobalData::GlobalData() { gTreemap = NULL; gSequenceDB = NULL; nameMap = NULL; + saveNextLabel = ""; } /*******************************************************/ @@ -87,6 +88,7 @@ void GlobalData::clear() { sharedfile = ""; relAbundfile = ""; format = ""; + saveNextLabel = ""; }