aboutsummaryrefslogtreecommitdiffstats
path: root/src/define-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/define-functions.h')
-rw-r--r--src/define-functions.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/define-functions.h b/src/define-functions.h
new file mode 100644
index 0000000..4952fe0
--- /dev/null
+++ b/src/define-functions.h
@@ -0,0 +1,13 @@
+/* See LICENSE file for copyright and license details. */
+
+#define PROCESS process_lf
+#define TYPE double
+#include FILE
+#undef PROCESS
+#undef TYPE
+
+#define PROCESS process_f
+#define TYPE float
+#include FILE
+#undef PROCESS
+#undef TYPE