From 9019e4865cec4945076f6b49a161ffcdca16eb4e Mon Sep 17 00:00:00 2001 From: Florian Stecker Date: Fri, 15 Jun 2018 19:33:59 +0200 Subject: [PATCH] played around with boxes --- hyperbolic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperbolic.c b/hyperbolic.c index 53c2450..b7430a3 100644 --- a/hyperbolic.c +++ b/hyperbolic.c @@ -192,7 +192,7 @@ int main() gsl_matrix *frame; workspace_t *ws; int elements = 5000; - int p = 5, q = 5, r = 5; + int p = 3, q = 5, r = 7; group = malloc(elements*sizeof(groupelement_t)); matrices = malloc(elements*sizeof(gsl_matrix*));