From eca989eb11d9f22ad1acddd182523f98a12f25d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?=
 <zmoelnig@users.sourceforge.net>
Date: Wed, 27 Apr 2005 16:51:26 +0000
Subject: use "double" instead of "long double"

svn path=/trunk/externals/iem/iemmatrix/; revision=2835
---
 src/iemmatrix.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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...*/
-- 
cgit v1.2.1