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:
parent
1a1e95aa10
commit
7226fd7310
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue