This commit is contained in:
2026-03-09 19:02:36 +01:00
parent db5c453b35
commit 525a51cd34
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -105,8 +105,7 @@ strixel_to_pixel_map(defs::SensorGroupConfig group_config,
}
if (min_row_strx > max_row_strx) {
// nothing mapped
return {multiplicity, pitch, eff, {}};
return {multiplicity, pitch, eff, {}}; // nothing mapped
}
const int nrows_strx = max_row_strx - min_row_strx + 1;