Skip to content

Commit

Permalink
Changed SumPlugin to output dataset name sum in lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Taylor committed Sep 11, 2019
1 parent 3a0f8f3 commit 1948657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameProcessor/include/SumPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1948657

Please sign in to comment.