aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/grids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grids.h')
-rw-r--r--src/grids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grids.h b/src/grids.h
index 6bf96f4..129cfd5 100644
--- a/src/grids.h
+++ b/src/grids.h
@@ -20,6 +20,9 @@ typedef struct {
CBASE im;
} complex_t;
+// I've gone back and forth on the size for a grid point, eventually I settled on a byte
+// ideally it should just be its own type which can be configured similarly to precision.h
+// but it does not seem worth
typedef unsigned char byte;
typedef struct {