This commit is contained in:
Eric Berberich 2006-10-12 17:20:27 +00:00
parent 5e4a736447
commit bd1d6a79d6
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ not allowed.
\ccPrecond{$0 \leq j < \mbox{num\_events()}$}
}
Note that this interface mainly rewrites {f,g,x}^n in a different way - using
integer. Actually the CPVL has to compute this sequence, but for
Note that this interface mainly rewrites $\{f,g,x\}^n$ in a different way -
using ints. Actually the CPVL has to compute this sequence, but for
the interface it is nicer to have it already here to avoid conversion objects
(introducing additional constructor calls, cache-misses, lookup and so on) in
the next layer on top (CK). Obviously, the ints can be computed in a generic