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:
parent
75cfec1990
commit
0f4b45e692
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue