From 1948657946c6d95ff187ed6202ac8dba92cecda9 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 11 Sep 2019 11:52:54 +0100 Subject: [PATCH] Changed SumPlugin to output dataset name sum in lowercase --- frameProcessor/include/SumPlugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameProcessor/include/SumPlugin.h b/frameProcessor/include/SumPlugin.h index 77cef1143..a7b921cab 100644 --- a/frameProcessor/include/SumPlugin.h +++ b/frameProcessor/include/SumPlugin.h @@ -22,7 +22,7 @@ using namespace log4cxx::helpers; */ namespace FrameProcessor { - static const std::string SUM_PARAM_NAME = "SUM"; + static const std::string SUM_PARAM_NAME = "sum"; class SumPlugin : public FrameProcessorPlugin { public: