This commit is contained in:
nghialv 2016-09-08 19:01:32 +09:00
parent 07a3cd4851
commit 7655038184

View File

@ -85,7 +85,7 @@ import (
// new chunk.
//
// From the 3rd timestamp on, a double-delta (ΔΔt) is saved:
// (t_{n} - t_{n-1}) - (t_{n-2} - t_{n-1})
// (t_{n} - t_{n-1}) - (t_{n-1} - t_{n-2})
// To perform that operation, the last Δt is saved at the end of the chunk for
// as long the chunk is not closed yet (see above).
//