mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
binaries and fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user