1
0
Fork 0
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:
Steffen Vogel 2019-03-15 17:31:28 +01:00
parent 5eb006bed9
commit 6b912c0ae0

View file

@ -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;
}