From 1abea4a6babe0a338f23b03cf90a554f3f96022a Mon Sep 17 00:00:00 2001 From: westcott Date: Mon, 1 Jun 2009 13:09:19 +0000 Subject: [PATCH] fixed bug for windows users with read.dist --- globaldata.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.5