---
milena/ChangeLog | 4 ++++
milena/apps/bench/list2table | 3 +--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index e3321f2..31ce482 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-17 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * apps/bench/list2table: Generate a shorter table.
+
2011-01-13 Roland Levillain <roland(a)lrde.epita.fr>
Simplify `fast_static' and `faster_static' cases in apps/bench/.
diff --git a/milena/apps/bench/list2table b/milena/apps/bench/list2table
index 0ba9dd7..3f7ce3f 100755
--- a/milena/apps/bench/list2table
+++ b/milena/apps/bench/list2table
@@ -39,8 +39,7 @@ cat <<EOF
\hline
Fast, partly generic (\algref{lst:fast-dilation}) & $d1 & $d2 & $d3 \\\\
\hline
- Fast, partly generic with & $e1 & $e2 & $e3 \\\\
- static window (\algref{lst:fast-static-dilation}) & & & \\\\
+ \algref{lst:fast-dilation} with a static window & $e1 & $e2 & $e3 \\\\
\hline
\end{tabular}
\caption{Execution times of various dilation implementations.}
--
1.7.2.5