Fix(parm.h): allow size to be correctly calculated
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user