mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
removed default case
This commit is contained in:
parent
e6472da5f1
commit
c6fd13e49c
@ -921,8 +921,8 @@ format
|
||||
return "half_speed";
|
||||
case QUARTER_SPEED:
|
||||
return "quarter_speed";
|
||||
default:
|
||||
return "Unknown";
|
||||
// default:
|
||||
// return "Unknown";
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user