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

window class: fixvalue assignment in constructor

This commit is contained in:
Sonja Happ 2019-04-16 09:11:03 +02:00 committed by Steffen Vogel
parent 75cfec1990
commit 0f4b45e692

View file

@ -49,7 +49,7 @@ public:
{
size_type len = LOG2_CEIL(s);
/* Allocate memory for ciruclar history buffer */
/* Allocate memory for circular history buffer */
data = std::vector<T>(len, i);
steps = s;