From 18ccb5ee181cc69d8f8e9cbf178d7751e6199da5 Mon Sep 17 00:00:00 2001 From: Sarah Westcott Date: Tue, 19 Nov 2013 12:16:41 -0500 Subject: [PATCH] typo --- unifracweightedcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifracweightedcommand.cpp b/unifracweightedcommand.cpp index f96264f..4883c48 100644 --- a/unifracweightedcommand.cpp +++ b/unifracweightedcommand.cpp @@ -359,7 +359,7 @@ int UnifracWeightedCommand::execute() { variables["[tag]"] = toString(i+1); string wFileName = getOutputFileName("weighted", variables); output = new ColumnFile(wFileName, itersString); - outputNames.push_back(wFileName); outputTypes["wweighted"].push_back(wFileName); + outputNames.push_back(wFileName); outputTypes["weighted"].push_back(wFileName); } userData = weighted.getValues(T[i], processors, outputDir); //userData[0] = weightedscore -- 2.39.2