diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-30 09:52:12 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-30 09:52:12 -0400 |
| commit | b0271901e67fe17262b9ae82e68c5ba6f4e4666d (patch) | |
| tree | 2c9d3a42001a61a9ce8c038349e7d7966f5cfbe6 /balls.c | |
| parent | 6fa9ed77f6e124691e588bdb70f21d3aa10f30e8 (diff) | |
| download | balls-b0271901e67fe17262b9ae82e68c5ba6f4e4666d.zip | |
print collision partition
Diffstat (limited to 'balls.c')
| -rw-r--r-- | balls.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -262,6 +262,8 @@ setCollisions(void) { part = partitionCollisions(NBALLS); collisionPartSize = part.size; + printf("Collision partition:\n"); + printPartition(part); /* Allocate array of buffers. */ if ((collisions = malloc(part.size*sizeof(cl_mem))) == NULL) |