mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
5e4a736447
commit
bd1d6a79d6
|
|
@ -59,8 +59,8 @@ not allowed.
|
||||||
\ccPrecond{$0 \leq j < \mbox{num\_events()}$}
|
\ccPrecond{$0 \leq j < \mbox{num\_events()}$}
|
||||||
}
|
}
|
||||||
|
|
||||||
Note that this interface mainly rewrites {f,g,x}^n in a different way - using
|
Note that this interface mainly rewrites $\{f,g,x\}^n$ in a different way -
|
||||||
integer. Actually the CPVL has to compute this sequence, but for
|
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
|
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
|
(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
|
the next layer on top (CK). Obviously, the ints can be computed in a generic
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue