1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

dsp-window: remove correction factor from template

This commit is contained in:
Manuel Pitz 2022-05-09 17:53:21 +02:00 committed by Steffen Vogel
parent 8ee59f0547
commit c9898b1680

View file

@ -82,12 +82,6 @@ public:
return filter(v, i);
}
virtual
T getCorrectionFactor() const
{
return 1.0;
}
};
} /* namespace dsp */