played around with boxes

This commit is contained in:
Florian Stecker 2018-06-15 19:33:59 +02:00
parent 442d14ce0c
commit 9019e4865c
1 changed files with 1 additions and 1 deletions

View File

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