testing WIP

This commit is contained in:
2020-03-27 18:54:46 +01:00
parent 8dfb55d476
commit 112d120a89
3 changed files with 225 additions and 63 deletions

View File

@ -314,7 +314,7 @@ std::string CmdProxy::DetectorSize(int action) {
WrongNumberOfParameters(0);
}
auto t = det->getDetectorSize();
os << "[" << t.x << "," << t.y << "]\n";
os << "[" << t.x << ", " << t.y << "]\n";
} else if (action == defs::PUT_ACTION) {
if (args.size() != 2) {
WrongNumberOfParameters(2);