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

change default horizon

This commit is contained in:
Manuel Pitz 2020-10-14 11:38:24 +02:00
parent 1a1e95aa10
commit 7226fd7310

View file

@ -68,8 +68,8 @@ public:
timeErr(0.0),
period(0.0),
cntEdges(0),
horizonComp(1),
horizonEst(1),
horizonComp(10),
horizonEst(10),
filtLen(horizonEst + 1)
{
filtWin = new uintmax_t[filtLen];