From 88f7c64b12d754f2e77d7d0ba0be546730f9386f Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 28 Feb 2013 17:47:37 -0500 Subject: [PATCH] Removed lines in plot --- sdk/core/plot.cpp | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) diff --git a/sdk/core/plot.cpp b/sdk/core/plot.cpp index e8b7ec1..9e053e4 100644 --- a/sdk/core/plot.cpp +++ b/sdk/core/plot.cpp @@ -254,13 +254,6 @@ float Evaluate(const QString &simmat, const QString &mask, const QString &csv) lines.append(qPrintable(QString("CMC,%1,%2").arg(QString::number(i), QString::number(float(realizedReturns)/possibleReturns)))); } - // Write good matches and bad matches - /* - const int Good_Matches = 3; - const int Bad_Matches = 3; - - for (int i = 1; i<=)*/ - if (!csv.isEmpty()) QtUtils::writeFile(csv, lines); qDebug("TAR @ FAR = 0.01: %.3f", result); return result; -- libgit2 0.21.4