binaries and fix

This commit is contained in:
2020-07-02 17:15:24 +02:00
parent 0dc062e6d3
commit 7c48ef8931
9 changed files with 9 additions and 2 deletions

View File

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