played around with boxes
This commit is contained in:
		@@ -192,7 +192,7 @@ int main()
 | 
				
			|||||||
	gsl_matrix *frame;
 | 
						gsl_matrix *frame;
 | 
				
			||||||
	workspace_t *ws;
 | 
						workspace_t *ws;
 | 
				
			||||||
	int elements = 5000;
 | 
						int elements = 5000;
 | 
				
			||||||
	int p = 5, q = 5, r = 5;
 | 
						int p = 3, q = 5, r = 7;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	group = malloc(elements*sizeof(groupelement_t));
 | 
						group = malloc(elements*sizeof(groupelement_t));
 | 
				
			||||||
	matrices = malloc(elements*sizeof(gsl_matrix*));
 | 
						matrices = malloc(elements*sizeof(gsl_matrix*));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user