mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-19 01:38:42 +01:00
WIP
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user