aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/grids.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-28 10:35:05 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-28 10:35:05 -0400
commit150d5cb448cb6ed428bcff795a428510884b4831 (patch)
tree398cd9bce455490f8d633d18aadc900fb4aadbbc /src/grids.h
parent922c57945e531220d3191a657bdf382ab1d95a99 (diff)
updated documentation/removed TODOs
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 {