ADUHistogram: Fix return missing

This commit is contained in:
2023-11-11 21:11:50 +01:00
parent 4cb4792432
commit 834d8e8dcd
+1
View File
@@ -25,4 +25,5 @@ Plot ADUHistogram::GetPlot() const {
ret.x[i] = ADU_HISTO_BIN_WIDTH * i + ADU_HISTO_BIN_WIDTH / 2;
ret.y[i] = histogram[i];
}
return ret;
}