diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-28 10:35:05 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-28 10:35:05 -0400 |
| commit | 150d5cb448cb6ed428bcff795a428510884b4831 (patch) | |
| tree | 398cd9bce455490f8d633d18aadc900fb4aadbbc /src/grids.h | |
| parent | 922c57945e531220d3191a657bdf382ab1d95a99 (diff) | |
updated documentation/removed TODOs
Diffstat (limited to 'src/grids.h')
| -rw-r--r-- | src/grids.h | 3 |
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 { |
