review comments
All checks were successful
Build on RHEL9 / build (push) Successful in 2m53s
Build on RHEL8 / build (push) Successful in 2m55s

This commit is contained in:
2025-06-12 18:14:48 +02:00
parent 75f63607fc
commit bd7870e75a
3 changed files with 11 additions and 22 deletions

View File

@@ -148,7 +148,7 @@ RawMasterFile RawFile::master() const { return m_master; }
*/
void RawFile::find_geometry() {
m_geometry.reserve(n_modules());
m_geometry.module_pixel_0.reserve(n_modules());
for (size_t col = 0; col < m_master.geometry().col;
col += m_master.udp_interfaces_per_module().col)
for (size_t row = 0; row < m_master.geometry().row;