aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/util.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-20 18:43:10 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-20 18:43:10 -0400
commita2a904713cb2216398f4ff322d1294afe07a7502 (patch)
treee2fa950fbb726574121aa0bb0b2febdde5e8214e /src/util.h
parentd367b424d5ad862b6191270c9190aff261d1e581 (diff)
now call refactored complex_to_grid correctly
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/util.h b/src/util.h
deleted file mode 100644
index 798b73b..0000000
--- a/src/util.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include <complex.h>
-#include <stddef.h>
-
-typedef struct {
- size_t x;
- size_t y;
-} vec2;
-
-double complex lattice_to_complex(const size_t index, const vec2 resolution);
-