mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
Merge branch 'developer' of github.com:slsdetectorgroup/slsDetectorPackage into developer
This commit is contained in:
commit
9fd2866fc0
@ -537,7 +537,7 @@ void DataProcessor::RearrangeDbitData(char* buf) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// copy back to buf and update size
|
// copy back to buf and update size
|
||||||
memcpy(source + digOffset, result.data(), result.size() * sizeof(uint64_t));
|
memcpy(buf + digOffset - (*ctbDbitOffset), result.data(), result.size() * sizeof(uint64_t));
|
||||||
(*((uint32_t*)buf)) = result.size() * sizeof(uint64_t);
|
(*((uint32_t*)buf)) = result.size() * sizeof(uint64_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user