Skip to content

Commit

Permalink
Merge pull request #219 from dls-controls/sum_case
Browse files Browse the repository at this point in the history
Changed SumPlugin to output dataset name sum in lowercase
  • Loading branch information
Matthew Taylor authored Sep 12, 2019
2 parents 3a0f8f3 + 1948657 commit fccad72
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 fccad72

Please sign in to comment.