From 3e52acd24ff7d157f84025b1eb8f6b2f7754887b Mon Sep 17 00:00:00 2001
From: Raphael Boucherie <raphael.boucherie@inria.fr>
Date: Wed, 5 Apr 2017 16:16:18 +0200
Subject: [PATCH] Modified init tree

---
 testings/testing_treewalk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testings/testing_treewalk.c b/testings/testing_treewalk.c
index 8c9220b..af45747 100644
--- a/testings/testing_treewalk.c
+++ b/testings/testing_treewalk.c
@@ -31,7 +31,7 @@ main(int argc, char ** argv)
     matrix.p = 1;
     matrix.mt = 4;
     matrix.nt = 13;
-    libhqr_hqr_init( &qrtree, LIBHQR_QR, &matrix, 3 , 0, 2 , -1, 0, 0);
+    libhqr_hqr_init( &qrtree, LIBHQR_QR, &matrix, -1 , -1 , -1 , -1, 0, 0);
     minMN = libhqr_imin(matrix.mt, matrix.nt );
     rc = libhqr_tree_check( &matrix, &qrtree );
     printf("%d\n", rc);
-- 
GitLab