From: westcott Date: Mon, 1 Jun 2009 13:09:19 +0000 (+0000) Subject: fixed bug for windows users with read.dist X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1abea4a6babe0a338f23b03cf90a554f3f96022a;p=mothur.git fixed bug for windows users with read.dist --- diff --git a/globaldata.cpp b/globaldata.cpp index 02b9013..405e646 100644 --- a/globaldata.cpp +++ b/globaldata.cpp @@ -26,6 +26,8 @@ void GlobalData::parseGlobalData(string commandString, string optionText){ if ((commandName == "read.dist") || (commandName == "read.otu") || (commandName == "read.tree")) { clear(); gGroupmap = NULL; + gListVector = NULL; + gSparseMatrix = NULL; gTree.clear(); Treenames.clear(); labels.clear(); lines.clear(); Groups.clear();