]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Split into 6 tables now.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 20:24:33 +0000 (21:24 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Mar 2010 20:24:33 +0000 (21:24 +0100)
gettext-runtime/doc/Admin/Matrix.java

index 72af667b9a99a6065f679cf9226dd4a8baf2e70c..70de8345a0ea54fd8ccdc45394dffbf345b199bf 100644 (file)
@@ -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 };