From 635e4476993e9820ff3b8b0315718ec451f789dc Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 6 Aug 2026 11:12:33 +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 8f4a8dfe6..c655f6731 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -270,8 +270,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 06ec6db14..0a2bd9f1f 100644 --- a/slsDetectorSoftware/src/Module.h +++ b/slsDetectorSoftware/src/Module.h @@ -109,7 +109,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);