mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-05-02 13:54:12 +02:00
Comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user