some changes from visit at Austin

This commit is contained in:
Florian Stecker
2024-01-19 17:18:14 -06:00
parent 370777535f
commit f989bf9e47
5 changed files with 19 additions and 10 deletions

2
main.h
View File

@@ -11,7 +11,7 @@
#define ERROR(condition, msg, ...) if(condition){fprintf(stderr, msg, ##__VA_ARGS__); exit(1);}
#define LOOP(i) for(int i = 0; i < 3; i++)
#define NUM_GROUP_ELEMENTS 50000
#define NUM_GROUP_ELEMENTS 10000
typedef struct {
double x[3];