summaryrefslogtreecommitdiffstats
path: root/gettext-runtime
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-27 21:24:33 +0100
committerBruno Haible <bruno@clisp.org>2010-03-27 21:24:33 +0100
commitc4d2c13f6d3a9d9285d94ca5ed3ab29104d557b4 (patch)
tree032df10568ebde403033ec3dcba70e4c8ad44339 /gettext-runtime
parent223556594be76589693c90eeb36b1c02895254ce (diff)
downloadexternal_gettext-c4d2c13f6d3a9d9285d94ca5ed3ab29104d557b4.zip
external_gettext-c4d2c13f6d3a9d9285d94ca5ed3ab29104d557b4.tar.gz
external_gettext-c4d2c13f6d3a9d9285d94ca5ed3ab29104d557b4.tar.bz2
Split into 6 tables now.
Diffstat (limited to 'gettext-runtime')
-rw-r--r--gettext-runtime/doc/Admin/Matrix.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/gettext-runtime/doc/Admin/Matrix.java b/gettext-runtime/doc/Admin/Matrix.java
index 72af667..70de834 100644
--- a/gettext-runtime/doc/Admin/Matrix.java
+++ b/gettext-runtime/doc/Admin/Matrix.java
@@ -164,6 +164,15 @@ public class Matrix {
int ngroups;
int[][] groups;
if (true) {
+ ngroups = 6;
+ groups = new int[ngroups][];
+ groups[0] = new int[] { 0, (nteams-5)/6 };
+ groups[1] = new int[] { (nteams-5)/6, (2*nteams-9)/6 };
+ groups[2] = new int[] { (2*nteams-9)/6, (3*nteams-1)/6 };
+ groups[3] = new int[] { (3*nteams-1)/6, (4*nteams+2)/6 };
+ groups[4] = new int[] { (4*nteams+2)/6, (5*nteams+10)/6 };
+ groups[5] = new int[] { (5*nteams+10)/6, nteams };
+ } else if (true) {
ngroups = 5;
groups = new int[ngroups][];
groups[0] = new int[] { 0, (nteams+4)/5 };