From f26408520680eb665517d4d65bea764df3d08e7d Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 6 Aug 2026 13:54:58 +0200 Subject: [PATCH] formatting --- slsDetectorSoftware/src/Module.cpp | 2 -- slsDetectorSoftware/src/Module.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 9a3ac745b..8745938dc 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -269,8 +269,6 @@ void Module::setThresholdEnergy(int e_eV, detectorSettings isettings, } } - - void Module::setAllThresholdEnergy(std::array e_eV, detectorSettings isettings, bool trimbits) { if (shm()->detType != MYTHEN3) { diff --git a/slsDetectorSoftware/src/Module.h b/slsDetectorSoftware/src/Module.h index e81aaa4d7..1dbeb21ae 100644 --- a/slsDetectorSoftware/src/Module.h +++ b/slsDetectorSoftware/src/Module.h @@ -110,7 +110,7 @@ class Module : public virtual slsDetectorDefs { bool trimbits); void setAllThresholdEnergy(std::array e_eV, detectorSettings isettings, bool trimbits); - std::string getSettingsDir() const; + std::string getSettingsDir() const; void updateRxAllThresholdMetadata(std::array e_eV); std::string setSettingsDir(const std::string &dir); void loadTrimbits(const std::string &fname);