Index: /trunk/FACT++/src/ratecontrol.cc
===================================================================
--- /trunk/FACT++/src/ratecontrol.cc	(revision 12400)
+++ /trunk/FACT++/src/ratecontrol.cc	(revision 12401)
@@ -103,9 +103,9 @@
         for (int j=0; j<10; j++)
         {
-            for (int k=0; k<16; k+=4)
+            for (int k=0; k<4; k++)
             {
                 for (int i=0; i<4; i++)
-                    if (fThresholds[j*k+i]!=300)
-                        Out() << setw(3) << fThresholds[j*k+i] << " ";
+                    if (fThresholds[i+k*4+j*16]!=300)
+                        Out() << setw(3) << fThresholds[i+k*4+j*16] << " ";
                     else
                         Out() << " -  ";
