Skip to content
Snippets Groups Projects

fix: ubsan complaint, fixed by removal of unused code

Merged Martin Christoph Hierholzer requested to merge mhier/fixes into master
3 files
+ 2
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -62,7 +62,7 @@ namespace OutputVectorCorrection {
void compute();
} rotation{this, "Rotation", "Configuration for phase rotation correction"};
struct RatioAlgo : ClosedLoopSubAlgo<SubAlgo>, RatioAlgoBase<RatioAlgo> {
struct RatioAlgo : ClosedLoopSubAlgo<SubAlgo> {
using ClosedLoopSubAlgo::ClosedLoopSubAlgo;
OutputVectorCorrection::AveragingWindow awFilling{
Loading