aboutsummaryrefslogtreecommitdiff
path: root/src/iem_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_tab.h')
-rw-r--r--src/iem_tab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iem_tab.h b/src/iem_tab.h
index 2b38f05..9f1de06 100644
--- a/src/iem_tab.h
+++ b/src/iem_tab.h
@@ -8,8 +8,8 @@ iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2009
typedef struct
{
- float real;
- float imag;
+ t_float real;
+ t_float imag;
}
TAB_COMPLEX;