aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-04-27 16:51:26 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-04-27 16:51:26 +0000
commiteca989eb11d9f22ad1acddd182523f98a12f25d4 (patch)
tree4670484e06b78ef616102c58c82fc6c12f9d2ab6 /src
parent1300d5a0230ba4dc37f6cccf56eb50e394a50e19 (diff)
use "double" instead of "long double"
svn path=/trunk/externals/iem/iemmatrix/; revision=2835
Diffstat (limited to 'src')
-rw-r--r--src/iemmatrix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h
index bd0922c..13f5553 100644
--- a/src/iemmatrix.h
+++ b/src/iemmatrix.h
@@ -50,7 +50,7 @@
# define fabsf fabs
#endif
-typedef long double t_matrixfloat;
+typedef double t_matrixfloat;
/* the main class...*/