From 7b166d03329a157eba601decdad29514cbc02912 Mon Sep 17 00:00:00 2001 From: Alice Date: Thu, 16 Apr 2026 11:47:56 +0200 Subject: [PATCH] Matterhorn in tostring --- slsSupportLib/src/ToString.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slsSupportLib/src/ToString.cpp b/slsSupportLib/src/ToString.cpp index dc98685bc..dedb2f165 100644 --- a/slsSupportLib/src/ToString.cpp +++ b/slsSupportLib/src/ToString.cpp @@ -221,6 +221,8 @@ std::string ToString(const defs::detectorType s) { return std::string("Gotthard2"); case defs::XILINX_CHIPTESTBOARD: return std::string("Xilinx_ChipTestBoard"); + case defs::MATTERHORN: + return std::string("Matterhorn"); default: return std::string("Unknown"); }