From 150d5cb448cb6ed428bcff795a428510884b4831 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 28 Apr 2024 10:35:05 -0400 Subject: updated documentation/removed TODOs --- src/grids.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/grids.h') 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 { -- cgit v1.2.3