aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/grids.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-25 19:24:49 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-25 19:24:49 -0400
commitf15d4cdb413d2fe28ff20cfccb784cf739aad8e6 (patch)
treef7b61e3eb8beb4536118471a72ce59c0a242ddfa /src/grids.h
parent4d11db63f237423036f7daa41a1213ddcf30d532 (diff)
added help and allow changing of fractal at runtime
Diffstat (limited to 'src/grids.h')
-rw-r--r--src/grids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grids.h b/src/grids.h
index 37e5538..942bb7f 100644
--- a/src/grids.h
+++ b/src/grids.h
@@ -12,7 +12,7 @@
#define GRID_MAGIC_NUMBER 0xA6005E
-// hack to determine variable precision at compile time
+// hack to allow variable precision at compile time
typedef struct {
CBASE re;
CBASE im;