diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-04-27 16:51:26 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-04-27 16:51:26 +0000 |
commit | eca989eb11d9f22ad1acddd182523f98a12f25d4 (patch) | |
tree | 4670484e06b78ef616102c58c82fc6c12f9d2ab6 | |
parent | 1300d5a0230ba4dc37f6cccf56eb50e394a50e19 (diff) |
use "double" instead of "long double"
svn path=/trunk/externals/iem/iemmatrix/; revision=2835
-rw-r--r-- | src/iemmatrix.h | 2 |
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...*/ |