From 62ad6266dfd35f34790944797288363745d83ddd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Mon, 16 Dec 2013 09:44:15 +0100
Subject: [PATCH] Reduced the dimension of the problem in the unitary test for
 cycle_reduction and logarithmic_reduction routines. (cherry picked from
 commit 32e162ec4813ede3ba92e32dc74bd56e91de9b38)

---
 matlab/cycle_reduction.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/cycle_reduction.m b/matlab/cycle_reduction.m
index 90a24d34ea..f9cb2c9b5d 100644
--- a/matlab/cycle_reduction.m
+++ b/matlab/cycle_reduction.m
@@ -116,7 +116,7 @@ end
 %$ t = zeros(3,1);
 %$
 %$ % Set the dimension of the problem to be solved.
-%$ n = 2000;
+%$ n = 500;
 %$
 %$ % Set the equation to be solved
 %$ A = eye(n);
-- 
GitLab