This commit is contained in:
2020-07-03 17:14:45 +02:00
parent 95089b5faa
commit 05059c1176
3 changed files with 154 additions and 1 deletions

View File

@ -106,7 +106,7 @@ std::string ToString(const slsDetectorDefs::scanParameters &r) {
std::ostringstream oss;
oss << '[';
if (r.enable) {
oss << "enabled " << std::endl
oss << "enabled" << std::endl
<< "dac " << ToString(r.dacInd) << std::endl
<< "start " << r.startOffset << std::endl
<< "stop " << r.stopOffset << std::endl