mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 07:20:01 +02:00
bug fix in startDetector vector
This commit is contained in:
parent
2034362eca
commit
939fc70284
@ -765,7 +765,7 @@ void Detector::startDetector(Positions pos) {
|
|||||||
for (unsigned int i = 0; i < is_master.size(); ++i) {
|
for (unsigned int i = 0; i < is_master.size(); ++i) {
|
||||||
if (is_master[i]) {
|
if (is_master[i]) {
|
||||||
masterPosition = i;
|
masterPosition = i;
|
||||||
slaves.erase(pos.begin() + i);
|
slaves.erase(slaves.begin() + i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pimpl->Parallel(&Module::startAcquisition, pos);
|
pimpl->Parallel(&Module::startAcquisition, pos);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user