From bbf17e0d9de92b735628c97e72c34b66c4939723 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Sat, 30 Mar 2013 12:24:54 -0400 Subject: [PATCH] tweak to evalOutput --- 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 35de866..75d5ad1 100644 --- a/openbr/plugins/output.cpp +++ b/openbr/plugins/output.cpp @@ -270,7 +270,7 @@ class evalOutput : public MatrixOutput ~evalOutput() { if (data.data) - Evaluate(data, BEE::makeMask(targetFiles, queryFiles), ""); + Evaluate(data, BEE::makeMask(targetFiles, queryFiles), QString(file.name).replace(".eval", ".csv")); } }; -- libgit2 0.21.4