From 7f4f8e8f096ba7787dc51b0d83a936b1980df02c Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 13 Mar 2020 09:56:11 +0100 Subject: [PATCH] help bug emax --- slsDetectorSoftware/src/CmdProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/CmdProxy.cpp b/slsDetectorSoftware/src/CmdProxy.cpp index a5d1e9638..a141bd7c3 100644 --- a/slsDetectorSoftware/src/CmdProxy.cpp +++ b/slsDetectorSoftware/src/CmdProxy.cpp @@ -1782,7 +1782,7 @@ std::string CmdProxy::MinMaxEnergyThreshold(int action) { os << "[n_value]\n\t[Moench] Minimum energy threshold (soft " "setting) for processor." << '\n'; - } else if (cmd == "emin") { + } else if (cmd == "emax") { os << "[n_value]\n\t[Moench] Maximum energy threshold (soft " "setting) for processor." << '\n';