mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
dp: advance time after each sample
This commit is contained in:
parent
5eb006bed9
commit
6b912c0ae0
1 changed files with 2 additions and 2 deletions
|
@ -307,9 +307,9 @@ static int dp_process(struct hook *h, struct sample *smps[], unsigned *cnt)
|
|||
}
|
||||
|
||||
smp->signals = &h->signals;
|
||||
}
|
||||
|
||||
d->t += d->dt;
|
||||
d->t += d->dt;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue