friend_test macro

This commit is contained in:
2025-06-12 17:46:10 +02:00
parent cfe7c31fe4
commit 75f63607fc
8 changed files with 61 additions and 18 deletions

View File

@ -148,6 +148,7 @@ RawMasterFile RawFile::master() const { return m_master; }
*/
void RawFile::find_geometry() {
m_geometry.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;