mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 00:37:12 +02:00
fixed enum
This commit is contained in:
@ -1943,7 +1943,6 @@ std::string slsDetectorCommand::executeLine(int narg, const char * const args[],
|
||||
|
||||
if (action == READOUT_ACTION)
|
||||
return cmdAcquire(narg, args, action, detPos);
|
||||
xxx
|
||||
size_t s = std::string(args[0]).find(':');
|
||||
std::string key = std::string(args[0]).substr(0, s); // truncate at :
|
||||
|
||||
|
Reference in New Issue
Block a user