From 9e8b32ad3e9bb2b6a4e203c172b6ce535fe9f4ab Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Thu, 19 Sep 2013 15:39:19 -0400 Subject: [PATCH] Fixed evalOutput debug statement to output correct TAR label --- openbr/plugins/output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/output.cpp b/openbr/plugins/output.cpp index f1ba47e..9f8301b 100644 --- a/openbr/plugins/output.cpp +++ b/openbr/plugins/output.cpp @@ -384,7 +384,7 @@ class evalOutput : public MatrixOutput double mean, stddev; Common::MeanStdDev(TARs, &mean, &stddev); - qDebug("TAR @ FAR = 0.001: %.3f +/- %.3f", mean, stddev); + qDebug("TAR @ FAR = 0.01: %.3f +/- %.3f", mean, stddev); } } } -- libgit2 0.21.4