Fix(parm.h): allow size to be correctly calculated

This commit is contained in:
PedroEdiaz
2025-05-11 17:28:30 -06:00
parent 8cc9587851
commit 605f4610ce
2 changed files with 18 additions and 16 deletions

View File

@@ -10,7 +10,7 @@
#define M_PI 3.14159265358979323846
#endif
unsigned char dim = 10;
unsigned char dim = 17;
void cube(float *d_surface, int *coord, unsigned char *grid)
{