diff options
-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...*/ |