mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
formatting
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 12s
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 12s
This commit is contained in:
parent
c32732b22e
commit
7c8639b8ae
@ -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