mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
Merge branch 'developer' into dev/911/fix_m3_trimbits_badchannels
This commit is contained in:
commit
585c92be66
@ -258,8 +258,7 @@ std::ostream& Pattern::stream(std::ostream &os) const{
|
||||
|
||||
for (size_t i = 0; i < MAX_PATTERN_LEVELS; ++i) {
|
||||
// patloop
|
||||
os << "patloop " << i << " "
|
||||
<< ToStringHex(pat->startloop[i], 4) << " "
|
||||
os << "patloop " << i << " " << ToStringHex(pat->startloop[i], 4) << " "
|
||||
<< ToStringHex(pat->stoploop[i], 4) << std::endl;
|
||||
// patnloop
|
||||
os << "patnloop " << i << " " << pat->nloop[i] << std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user