mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 14:39:00 +01: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