This commit is contained in:
Erik Fröjdh
2024-10-31 10:39:52 +01:00
parent ec61132296
commit ae1166b908
6 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ namespace aare {
* @param type DetectorType
* @return string representation of the DetectorType
*/
template <> std::string toString(DetectorType arg) {
template <> std::string ToString(DetectorType arg) {
switch (arg) {
case DetectorType::Jungfrau:
return "Jungfrau";