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*));